#EADF83

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

Shades of Light Goldenrod #EADF83

Tints of Light Goldenrod #EADF83

Color information

#EADF83 (or 0xEADF83) is unknown color: approx Light Goldenrod. HEX triplet: EA, DF and 83. RGB value is (234,223,131). Sum of RGB (Red+Green+Blue) = 234+223+131=588 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.80% from 588); Green value is 223 (87.5% from 255 or 37.93% from 588); Blue value is 131 (51.56% from 255 or 22.28% from 588); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADF83 is #15207C. Grayscale: #D8D8D8. Windows color (decimal): -1384573 or 8642538. OLE color: 8642538.

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

Color convert

RGB234223131-
CMYK00.050.440.08
HSL53.59º71.03%71.57%-
HSV(B)53.59º44.02%91.76%-
XYZ64.4271.9131.96-
YUV215.880.14140.98-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.80%
GREEN value IS 223 (87.5% from 255) = 37.93%
BLUE value IS 131 (51.56% from 255) = 22.28%
R=39.80%
G=37.93%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422313100.050.440.0853.5971.0371.57
HexEADF83052C8364748
Octal35233720305541066107110
Binary1110101011011111100000110101101100100011011010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADF83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADF83; }

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

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

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

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

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

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

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

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