COLOR #EAEB68

HEX: #EAEB68
RGB: (234,235,104)

Color info

#EAEB68 contains mainly red and green colors. Web safe color of #EAEB68 is #FFFF66 (or #FF6).

RGB color model

#EAEB68 color RGB value is (234,235,104).

  • red value is 234;
  • green value is 235;
  • blue value is 104.
RGB:
(234,235,104)
(92%,92%,41%)

RGB channels and saturation

R 234 of 255 = 92%
G 235 of 255 = 92%
B 104 of 255 = 41%

234
235
104

R + G + B ~ 75%. #EAEB68 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 235 + 104 = 573 (100%)
R 234 of 573 ~ 40.84%
G 235 of 573 ~ 41.01%
B 104 of 573 ~ 18.15%

%40.84
%41.01
%18.15

CMYK color model

#EAEB68 color CMYK value is (0,0,56,8).

  • cyan value is 0.43%
  • magenta value is 0.00%
  • yellow value is 55.74%
  • key color value is 7.84%
CMYK:
(0,0,56,8)
C0M0Y56K8 
(0%,0%,56%,8%)
(0.00/0.00/0.56/0.08)	

CMYK percentages

%0.43
%0
%55.74
%7.84

Codes

Color #EAEB68 in popluar color models

EAEB68
RGB234235104
HSL60°76.61%66.47%
HSB/HSV60°55.74%92.16%
CMYK0.43%0.00%55.74%
7.84%

Color #EAEB68 in popluar number systems.

HEXEAEB68
Decimal234235104
Binary11101010111010111101000
Octal352353150

Shades and tints

Shades of #EAEB68

#EAEB68
(234,235,104)
#D5D65F
(213,214,95)
#C0C156
(192,193,86)
#ABAC4D
(171,172,77)
#969744
(150,151,68)
#81823B
(129,130,59)
#6C6D32
(108,109,50)
#575829
(87,88,41)
#424320
(66,67,32)
#2D2E17
(45,46,23)
#18190E
(24,25,14)
#000000
(0,0,0)

Tints of #EAEB68

#EAEB68
(234,235,104)
#EBEC75
(235,236,117)
#ECED82
(236,237,130)
#EDEE8F
(237,238,143)
#EEEF9C
(238,239,156)
#EFF0A9
(239,240,169)
#F0F1B6
(240,241,182)
#F1F2C3
(241,242,195)
#F2F3D0
(242,243,208)
#F3F4DD
(243,244,221)
#F4F5EA
(244,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAEB68 color. Also use rgb(234,235,104) instead hex code.

Text Font Color

.myTextColor { color: #EAEB68; }

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

This text font color is #EAEB68.


Background Color

.myBgColor { background-color: #EAEB68; }

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

This div background color is #EAEB68.


Border color

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

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

This div border color is #EAEB68.


Opacity

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

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

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

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

This text has shadow with #EAEB68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAEB68 on black background.


Color preview on white background

This text has color #EAEB68 on white background.



Black color preview on #EAEB68 background

This text has black color on #EAEB68 background.


White color preview on #EAEB68 background

This text has white color on #EAEB68 background.