COLOR #EBE79A

HEX: #EBE79A
RGB: (235,231,154)

Color info

#EBE79A contains mainly red and green colors. Web safe color of #EBE79A is #FFFF99 (or #FF9).

RGB color model

#EBE79A color RGB value is (235,231,154).

  • red value is 235;
  • green value is 231;
  • blue value is 154.
RGB:
(235,231,154)
(92%,91%,60%)

RGB channels and saturation

R 235 of 255 = 92%
G 231 of 255 = 91%
B 154 of 255 = 60%

235
231
154

R + G + B ~ 81%. #EBE79A is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 231 + 154 = 620 (100%)
R 235 of 620 ~ 37.9%
G 231 of 620 ~ 37.26%
B 154 of 620 ~ 24.84%

%37.9
%37.26
%24.84

CMYK color model

#EBE79A color CMYK value is (0,2,34,8).

  • cyan value is 0.00%
  • magenta value is 1.70%
  • yellow value is 34.47%
  • key color value is 7.84%
CMYK:
(0,2,34,8)
C0M2Y34K8 
(0%,2%,34%,8%)
(0.00/0.02/0.34/0.08)	

CMYK percentages

%0
%1.7
%34.47
%7.84

Codes

Color #EBE79A in popluar color models

EBE79A
RGB235231154
HSL57°66.94%76.27%
HSB/HSV57°34.47%92.16%
CMYK0.00%1.70%34.47%
7.84%

Color #EBE79A in popluar number systems.

HEXEBE79A
Decimal235231154
Binary111010111110011110011010
Octal353347232

Shades and tints

Shades of #EBE79A

#EBE79A
(235,231,154)
#D6D28C
(214,210,140)
#C1BD7E
(193,189,126)
#ACA870
(172,168,112)
#979362
(151,147,98)
#827E54
(130,126,84)
#6D6946
(109,105,70)
#585438
(88,84,56)
#433F2A
(67,63,42)
#2E2A1C
(46,42,28)
#19150E
(25,21,14)
#000000
(0,0,0)

Tints of #EBE79A

#EBE79A
(235,231,154)
#ECE9A3
(236,233,163)
#EDEBAC
(237,235,172)
#EEEDB5
(238,237,181)
#EFEFBE
(239,239,190)
#F0F1C7
(240,241,199)
#F1F3D0
(241,243,208)
#F2F5D9
(242,245,217)
#F3F7E2
(243,247,226)
#F4F9EB
(244,249,235)
#F5FBF4
(245,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBE79A color. Also use rgb(235,231,154) instead hex code.

Text Font Color

.myTextColor { color: #EBE79A; }

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

This text font color is #EBE79A.


Background Color

.myBgColor { background-color: #EBE79A; }

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

This div background color is #EBE79A.


Border color

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

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

This div border color is #EBE79A.


Opacity

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

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

Text with #EBE79A 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 #EBE79A;}

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

This text has shadow with #EBE79A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE79A on black background.


Color preview on white background

This text has color #EBE79A on white background.



Black color preview on #EBE79A background

This text has black color on #EBE79A background.


White color preview on #EBE79A background

This text has white color on #EBE79A background.