Shades of Light Goldenrod #EFDD83
Tints of Light Goldenrod #EFDD83
RGB
CMYK
RGB Variations
Color information
#EFDD83 (or 0xEFDD83) is known color: Light Goldenrod. HEX triplet: EF, DD and 83. RGB value is (239,221,131). Sum of RGB (Red+Green+Blue) = 239+221+131=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 221 (86.72% from 255 or 37.39% from 591); Blue value is 131 (51.56% from 255 or 22.17% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDD83 is #10227C. Grayscale: #D8D8D8. Windows color (decimal): -1057405 or 8642031. OLE color: 8642031.
HSL color Cylindrical-coordinate representation of color #EFDD83: hue angle of 50º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EFDD83 is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 131 | - |
| CMYK | 0 | 0.08 | 0.45 | 0.06 |
| HSL | 50º | 0.77% | 0.73% | - |
| HSV(B) | 50º | 0.45% | 0.94% | - |
| XYZ | 65.55 | 71.7 | 31.86 | - |
| YUV | 216.12 | 79.96 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 131 | 0 | 0.08 | 0.45 | 0.06 | 50 | 0.77 | 0.73 |
| Hex | EF | DD | 83 | 0 | 8 | 2D | 6 | 32 | 4D | 49 |
| Octal | 357 | 335 | 203 | 0 | 10 | 55 | 6 | 62 | 115 | 111 |
| Binary | 11101111 | 11011101 | 10000011 | 0 | 1000 | 101101 | 110 | 110010 | 1001101 | 1001001 |
Color Harmonies of #EFDD83
Complementary color
Monochromatic Colors of #EFDD83
Black with #EFDD83
Text Example
Text Example
White with #EFDD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDD83; }
p { color: rgb(239,221,131); }
H1.HeaderClassName
{
color: #EFDD83;
}
.AnyTagClassName
{
color: #EFDD83;
}
</style>
background-color css
<style>
a { background-color: #EFDD83; }
a { background-color: rgb(239,221,131); }
div.DivClassName
{
background-color: #EFDD83;
}
.BgClassName
{
background-color: #EFDD83;
}
</style>
border-color css
<style>
span { border-color: #EFDD83; }
span { border-color: rgb(239,221,131); }
td.TdClassName
{
border-color: #EFDD83;
}
.TagClassName
{
border-color: #EFDD83;
}
</style>