#EADF85

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

Shades of Light Goldenrod #EADF85

Tints of Light Goldenrod #EADF85

Color information

#EADF85 (or 0xEADF85) is unknown color: approx Light Goldenrod. HEX triplet: EA, DF and 85. RGB value is (234,223,133). Sum of RGB (Red+Green+Blue) = 234+223+133=590 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.66% from 590); Green value is 223 (87.5% from 255 or 37.80% from 590); Blue value is 133 (52.34% from 255 or 22.54% from 590); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADF85 is #15207A. Grayscale: #D8D8D8. Windows color (decimal): -1384571 or 8773610. OLE color: 8773610.

HSL color Cylindrical-coordinate representation of color #EADF85: hue angle of 53.47º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EADF85 is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB234223133-
CMYK00.050.430.08
HSL53.47º70.63%71.96%-
HSV(B)53.47º43.16%91.76%-
XYZ64.5571.9632.68-
YUV216.0381.14140.82-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.66%
GREEN value IS 223 (87.5% from 255) = 37.80%
BLUE value IS 133 (52.34% from 255) = 22.54%
R=39.66%
G=37.80%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422313300.050.430.0853.4770.6371.96
HexEADF85052B8354748
Octal35233720505531065107110
Binary1110101011011111100001010101101011100011010110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADF85; }

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

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

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

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

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

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

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

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