#EADE88

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

Shades of Light Goldenrod #EADE88

Tints of Light Goldenrod #EADE88

Color information

#EADE88 (or 0xEADE88) is unknown color: approx Light Goldenrod. HEX triplet: EA, DE and 88. RGB value is (234,222,136). Sum of RGB (Red+Green+Blue) = 234+222+136=592 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.53% from 592); Green value is 222 (87.11% from 255 or 37.5% from 592); Blue value is 136 (53.52% from 255 or 22.97% from 592); Max value from RGB is 234 - color contains mainly: red. Hex color #EADE88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADE88 is #152177. Grayscale: #D8D8D8. Windows color (decimal): -1384824 or 8969962. OLE color: 8969962.

HSL color Cylindrical-coordinate representation of color #EADE88: hue angle of 52.65º 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 #EADE88 is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.08.

Color convert

RGB234222136-
CMYK00.050.420.08
HSL52.65º70%72.55%-
HSV(B)52.65º41.88%91.76%-
XYZ64.571.5133.7-
YUV215.7882.98140.99-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.53%
GREEN value IS 222 (87.11% from 255) = 37.5%
BLUE value IS 136 (53.52% from 255) = 22.97%
R=39.53%
G=37.5%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.42
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422213600.050.420.0852.657072.55
HexEADE88052A8354649
Octal35233621005521065106111
Binary1110101011011110100010000101101010100011010110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADE88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADE88; }

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

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

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

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

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

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

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

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