#EADD88

Color #EADD88 Light Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Goldenrod #EADD88

Tints of Light Goldenrod #EADD88

Color information

#EADD88 (or 0xEADD88) is unknown color: approx Light Goldenrod. HEX triplet: EA, DD and 88. RGB value is (234,221,136). Sum of RGB (Red+Green+Blue) = 234+221+136=591 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.59% from 591); Green value is 221 (86.72% from 255 or 37.39% from 591); Blue value is 136 (53.52% from 255 or 23.01% from 591); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADD88 is #152277. Grayscale: #D7D7D7. Windows color (decimal): -1385080 or 8969706. OLE color: 8969706.

HSL color Cylindrical-coordinate representation of color #EADD88: hue angle of 52.04º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EADD88 is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.08.

Color convert

RGB234221136-
CMYK00.060.420.08
HSL52.04º70%72.55%-
HSV(B)52.04º41.88%91.76%-
XYZ64.2370.9833.61-
YUV215.283.31141.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 234 (91.80% from 255) = 39.59%
GREEN value IS 221 (86.72% from 255) = 37.39%
BLUE value IS 136 (53.52% from 255) = 23.01%
R=39.59%
G=37.39%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.42
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422113600.060.420.0852.047072.55
HexEADD88062A8344649
Octal35233521006521064106111
Binary1110101011011101100010000110101010100011010010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADD88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADD88; }

 p { color: rgb(234,221,136); }

 H1.HeaderClassName
 {
   color: #EADD88;
 }
 .AnyTagClassName
 {
   color: #EADD88;
 }
</style>
background-color css

<style>
 a { background-color: #EADD88; }

 a { background-color: rgb(234,221,136); }

 div.DivClassName
 {
   background-color: #EADD88;
 }
 .BgClassName
 {
   background-color: #EADD88;
 }
</style>
border-color css

<style>
 span { border-color: #EADD88; }

 span { border-color: rgb(234,221,136); }

 td.TdClassName
 {
   border-color: #EADD88;
 }
 .TagClassName
 {
   border-color: #EADD88;
 }
</style>