Shades of Light Goldenrod #EFDE81
Tints of Light Goldenrod #EFDE81
RGB
CMYK
RGB Variations
Color information
#EFDE81 (or 0xEFDE81) is known color: Light Goldenrod. HEX triplet: EF, DE and 81. RGB value is (239,222,129). Sum of RGB (Red+Green+Blue) = 239+222+129=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 222 (87.11% from 255 or 37.63% from 590); Blue value is 129 (50.78% from 255 or 21.86% from 590); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDE81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDE81 is #10217E. Grayscale: #D8D8D8. Windows color (decimal): -1057151 or 8511215. OLE color: 8511215.
HSL color Cylindrical-coordinate representation of color #EFDE81: hue angle of 50.73º degrees, saturation: 0.77, 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 #EFDE81 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 222 | 129 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.06 |
| HSL | 50.73º | 0.77% | 0.72% | - |
| HSV(B) | 50.73º | 0.46% | 0.94% | - |
| XYZ | 65.68 | 72.18 | 31.24 | - |
| YUV | 216.48 | 78.63 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 222 | 129 | 0 | 0.07 | 0.46 | 0.06 | 50.73 | 0.77 | 0.72 |
| Hex | EF | DE | 81 | 0 | 7 | 2E | 6 | 33 | 4D | 48 |
| Octal | 357 | 336 | 201 | 0 | 7 | 56 | 6 | 63 | 115 | 110 |
| Binary | 11101111 | 11011110 | 10000001 | 0 | 111 | 101110 | 110 | 110011 | 1001101 | 1001000 |
Color Harmonies of #EFDE81
Complementary color
Monochromatic Colors of #EFDE81
Black with #EFDE81
Text Example
Text Example
White with #EFDE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDE81; }
p { color: rgb(239,222,129); }
H1.HeaderClassName
{
color: #EFDE81;
}
.AnyTagClassName
{
color: #EFDE81;
}
</style>
background-color css
<style>
a { background-color: #EFDE81; }
a { background-color: rgb(239,222,129); }
div.DivClassName
{
background-color: #EFDE81;
}
.BgClassName
{
background-color: #EFDE81;
}
</style>
border-color css
<style>
span { border-color: #EFDE81; }
span { border-color: rgb(239,222,129); }
td.TdClassName
{
border-color: #EFDE81;
}
.TagClassName
{
border-color: #EFDE81;
}
</style>