Shades of Light Goldenrod #EFDD82
Tints of Light Goldenrod #EFDD82
RGB
CMYK
RGB Variations
Color information
#EFDD82 (or 0xEFDD82) is known color: Light Goldenrod. HEX triplet: EF, DD and 82. RGB value is (239,221,130). Sum of RGB (Red+Green+Blue) = 239+221+130=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 221 (86.72% from 255 or 37.46% from 590); Blue value is 130 (51.17% from 255 or 22.03% from 590); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDD82 is #10227D. Grayscale: #D8D8D8. Windows color (decimal): -1057406 or 8576495. OLE color: 8576495.
HSL color Cylindrical-coordinate representation of color #EFDD82: hue angle of 50.09º 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 #EFDD82 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 130 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.06 |
| HSL | 50.09º | 0.77% | 0.72% | - |
| HSV(B) | 50.09º | 0.46% | 0.94% | - |
| XYZ | 65.48 | 71.68 | 31.5 | - |
| YUV | 216.01 | 79.46 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 130 | 0 | 0.08 | 0.46 | 0.06 | 50.09 | 0.77 | 0.72 |
| Hex | EF | DD | 82 | 0 | 8 | 2E | 6 | 32 | 4D | 48 |
| Octal | 357 | 335 | 202 | 0 | 10 | 56 | 6 | 62 | 115 | 110 |
| Binary | 11101111 | 11011101 | 10000010 | 0 | 1000 | 101110 | 110 | 110010 | 1001101 | 1001000 |
Color Harmonies of #EFDD82
Complementary color
Monochromatic Colors of #EFDD82
Black with #EFDD82
Text Example
Text Example
White with #EFDD82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDD82; }
p { color: rgb(239,221,130); }
H1.HeaderClassName
{
color: #EFDD82;
}
.AnyTagClassName
{
color: #EFDD82;
}
</style>
background-color css
<style>
a { background-color: #EFDD82; }
a { background-color: rgb(239,221,130); }
div.DivClassName
{
background-color: #EFDD82;
}
.BgClassName
{
background-color: #EFDD82;
}
</style>
border-color css
<style>
span { border-color: #EFDD82; }
span { border-color: rgb(239,221,130); }
td.TdClassName
{
border-color: #EFDD82;
}
.TagClassName
{
border-color: #EFDD82;
}
</style>