COLOR #EBE153

HEX: #EBE153
RGB: (235,225,83)

Color info

#EBE153 contains mainly red and green colors. Web safe color of #EBE153 is #FFCC66 (or #FC6).

RGB color model

#EBE153 color RGB value is (235,225,83).

  • red value is 235;
  • green value is 225;
  • blue value is 83.
RGB:
(235,225,83)
(92%,88%,33%)

RGB channels and saturation

R 235 of 255 = 92%
G 225 of 255 = 88%
B 83 of 255 = 33%

235
225
83

R + G + B ~ 71%. #EBE153 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 225 + 83 = 543 (100%)
R 235 of 543 ~ 43.28%
G 225 of 543 ~ 41.44%
B 83 of 543 ~ 15.29%

%43.28
%41.44
%15.29

CMYK color model

#EBE153 color CMYK value is (0,4,65,8).

  • cyan value is 0.00%
  • magenta value is 4.26%
  • yellow value is 64.68%
  • key color value is 7.84%
CMYK:
(0,4,65,8)
C0M4Y65K8 
(0%,4%,65%,8%)
(0.00/0.04/0.65/0.08)	

CMYK percentages

%0
%4.26
%64.68
%7.84

Codes

Color #EBE153 in popluar color models

EBE153
RGB23522583
HSL56°79.17%62.35%
HSB/HSV56°64.68%92.16%
CMYK0.00%4.26%64.68%
7.84%

Color #EBE153 in popluar number systems.

HEXEBE153
Decimal23522583
Binary11101011111000011010011
Octal353341123

Shades and tints

Shades of #EBE153

#EBE153
(235,225,83)
#D6CD4C
(214,205,76)
#C1B945
(193,185,69)
#ACA53E
(172,165,62)
#979137
(151,145,55)
#827D30
(130,125,48)
#6D6929
(109,105,41)
#585522
(88,85,34)
#43411B
(67,65,27)
#2E2D14
(46,45,20)
#19190D
(25,25,13)
#000000
(0,0,0)

Tints of #EBE153

#EBE153
(235,225,83)
#ECE362
(236,227,98)
#EDE571
(237,229,113)
#EEE780
(238,231,128)
#EFE98F
(239,233,143)
#F0EB9E
(240,235,158)
#F1EDAD
(241,237,173)
#F2EFBC
(242,239,188)
#F3F1CB
(243,241,203)
#F4F3DA
(244,243,218)
#F5F5E9
(245,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBE153 color. Also use rgb(235,225,83) instead hex code.

Text Font Color

.myTextColor { color: #EBE153; }

<p style="color:#EBE153">This sample text font color is #EBE153.</p>

This text font color is #EBE153.


Background Color

.myBgColor { background-color: #EBE153; }

<div style="background-color:#EBE153">Inner text</div>

This div background color is #EBE153.


Border color

.myBorderColor { border: 1px solid #EBE153; }

<div style="border:3px solid #EBE153">Div</div>

This div border color is #EBE153.


Opacity

.myOpacity80 { color: #EBE153; opacity: 0.8; }

<p style="color:#EBE153;opacity:0.8;">80%</p>

Text with #EBE153 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EBE153;}

<p style="text-shadow: 3px 3px 1px #EBE153">Text here.</p>

This text has shadow with #EBE153 color.

.textShadow {text-shadow: 3px 3px 1px #EBE153, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EBE153, 5px 5px 20px red">Text here.</p>

This text has shadow with #EBE153 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EBE153, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EBE153, Direction=45, Strength=4)">Text</p>

This text has shadow with #EBE153 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #EBE153;
  -webkit-box-shadow:	1px 1px 3px 2px #EBE153;
  box-shadow:		1px 1px 3px 2px #EBE153;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EBE153;
-webkit-box-shadow: 1px 1px 3px 2px #EBE153;
box-shadow:1px 1px 3px 2px #EBE153;">
Div content here</div>
This div box has shadow with color #EBE153.

Preview

Color preview on black background

This text has color #EBE153 on black background.


Color preview on white background

This text has color #EBE153 on white background.



Black color preview on #EBE153 background

This text has black color on #EBE153 background.


White color preview on #EBE153 background

This text has white color on #EBE153 background.