#EADF88

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

Shades of Light Goldenrod #EADF88

Tints of Light Goldenrod #EADF88

Color information

#EADF88 (or 0xEADF88) is unknown color: approx Light Goldenrod. HEX triplet: EA, DF and 88. RGB value is (234,223,136). Sum of RGB (Red+Green+Blue) = 234+223+136=593 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.46% from 593); Green value is 223 (87.5% from 255 or 37.61% from 593); Blue value is 136 (53.52% from 255 or 22.93% from 593); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADF88 is #152077. Grayscale: #D8D8D8. Windows color (decimal): -1384568 or 8970218. OLE color: 8970218.

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

Color convert

RGB234223136-
CMYK00.050.420.08
HSL53.27º70%72.55%-
HSV(B)53.27º41.88%91.76%-
XYZ64.7672.0533.79-
YUV216.3782.64140.57-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.46%
GREEN value IS 223 (87.5% from 255) = 37.61%
BLUE value IS 136 (53.52% from 255) = 22.93%
R=39.46%
G=37.61%
B=22.93%

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
Decimal23422313600.050.420.0853.277072.55
HexEADF88052A8354649
Octal35233721005521065106111
Binary1110101011011111100010000101101010100011010110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADF88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADF88; }

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

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

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

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

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

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

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

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