Shades of Light Goldenrod #EFDD80
Tints of Light Goldenrod #EFDD80
RGB
CMYK
RGB Variations
Color information
#EFDD80 (or 0xEFDD80) is known color: Light Goldenrod. HEX triplet: EF, DD and 80. RGB value is (239,221,128). Sum of RGB (Red+Green+Blue) = 239+221+128=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 221 (86.72% from 255 or 37.59% from 588); Blue value is 128 (50.39% from 255 or 21.77% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDD80 is #10227F. Grayscale: #D8D8D8. Windows color (decimal): -1057408 or 8445423. OLE color: 8445423.
HSL color Cylindrical-coordinate representation of color #EFDD80: hue angle of 50.27º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EFDD80 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 128 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.06 |
| HSL | 50.27º | 0.78% | 0.72% | - |
| HSV(B) | 50.27º | 0.46% | 0.94% | - |
| XYZ | 65.35 | 71.62 | 30.8 | - |
| YUV | 215.78 | 78.46 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 128 | 0 | 0.08 | 0.46 | 0.06 | 50.27 | 0.78 | 0.72 |
| Hex | EF | DD | 80 | 0 | 8 | 2E | 6 | 32 | 4E | 48 |
| Octal | 357 | 335 | 200 | 0 | 10 | 56 | 6 | 62 | 116 | 110 |
| Binary | 11101111 | 11011101 | 10000000 | 0 | 1000 | 101110 | 110 | 110010 | 1001110 | 1001000 |
Color Harmonies of #EFDD80
Complementary color
Monochromatic Colors of #EFDD80
Black with #EFDD80
Text Example
Text Example
White with #EFDD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDD80; }
p { color: rgb(239,221,128); }
H1.HeaderClassName
{
color: #EFDD80;
}
.AnyTagClassName
{
color: #EFDD80;
}
</style>
background-color css
<style>
a { background-color: #EFDD80; }
a { background-color: rgb(239,221,128); }
div.DivClassName
{
background-color: #EFDD80;
}
.BgClassName
{
background-color: #EFDD80;
}
</style>
border-color css
<style>
span { border-color: #EFDD80; }
span { border-color: rgb(239,221,128); }
td.TdClassName
{
border-color: #EFDD80;
}
.TagClassName
{
border-color: #EFDD80;
}
</style>