Shades of Light Goldenrod #EADF80
Tints of Light Goldenrod #EADF80
RGB
CMYK
RGB Variations
Color information
#EADF80 (or 0xEADF80) is known color: Light Goldenrod. HEX triplet: EA, DF and 80. RGB value is (234,223,128). Sum of RGB (Red+Green+Blue) = 234+223+128=585 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40% from 585); Green value is 223 (87.5% from 255 or 38.12% from 585); Blue value is 128 (50.39% from 255 or 21.88% from 585); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADF80 is #15207F. Grayscale: #D7D7D7. Windows color (decimal): -1384576 or 8445930. OLE color: 8445930.
HSL color Cylindrical-coordinate representation of color #EADF80: hue angle of 53.77º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EADF80 is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 223 | 128 | - |
| CMYK | 0 | 0.05 | 0.45 | 0.08 |
| HSL | 53.77º | 0.72% | 0.71% | - |
| HSV(B) | 53.77º | 0.45% | 0.92% | - |
| XYZ | 64.22 | 71.83 | 30.9 | - |
| YUV | 215.46 | 78.64 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 223 | 128 | 0 | 0.05 | 0.45 | 0.08 | 53.77 | 0.72 | 0.71 |
| Hex | EA | DF | 80 | 0 | 5 | 2D | 8 | 36 | 48 | 47 |
| Octal | 352 | 337 | 200 | 0 | 5 | 55 | 10 | 66 | 110 | 107 |
| Binary | 11101010 | 11011111 | 10000000 | 0 | 101 | 101101 | 1000 | 110110 | 1001000 | 1000111 |
Color Harmonies of #EADF80
Complementary color
Monochromatic Colors of #EADF80
Black with #EADF80
Text Example
Text Example
White with #EADF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADF80; }
p { color: rgb(234,223,128); }
H1.HeaderClassName
{
color: #EADF80;
}
.AnyTagClassName
{
color: #EADF80;
}
</style>
background-color css
<style>
a { background-color: #EADF80; }
a { background-color: rgb(234,223,128); }
div.DivClassName
{
background-color: #EADF80;
}
.BgClassName
{
background-color: #EADF80;
}
</style>
border-color css
<style>
span { border-color: #EADF80; }
span { border-color: rgb(234,223,128); }
td.TdClassName
{
border-color: #EADF80;
}
.TagClassName
{
border-color: #EADF80;
}
</style>