Shades of Light Goldenrod #EFDD7A
Tints of Light Goldenrod #EFDD7A
RGB
CMYK
RGB Variations
Color information
#EFDD7A (or 0xEFDD7A) is known color: Light Goldenrod. HEX triplet: EF, DD and 7A. RGB value is (239,221,122). Sum of RGB (Red+Green+Blue) = 239+221+122=582 (77% of max value = 765). Red value is 239 (93.75% from 255 or 41.07% from 582); Green value is 221 (86.72% from 255 or 37.97% from 582); Blue value is 122 (48.05% from 255 or 20.96% from 582); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDD7A is #102285. Grayscale: #D7D7D7. Windows color (decimal): -1057414 or 8052207. OLE color: 8052207.
HSL color Cylindrical-coordinate representation of color #EFDD7A: hue angle of 50.77º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EFDD7A is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 122 | - |
| CMYK | 0 | 0.08 | 0.49 | 0.06 |
| HSL | 50.77º | 0.79% | 0.71% | - |
| HSV(B) | 50.77º | 0.49% | 0.94% | - |
| XYZ | 64.97 | 71.47 | 28.78 | - |
| YUV | 215.1 | 75.46 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 122 | 0 | 0.08 | 0.49 | 0.06 | 50.77 | 0.79 | 0.71 |
| Hex | EF | DD | 7A | 0 | 8 | 31 | 6 | 33 | 4F | 47 |
| Octal | 357 | 335 | 172 | 0 | 10 | 61 | 6 | 63 | 117 | 107 |
| Binary | 11101111 | 11011101 | 1111010 | 0 | 1000 | 110001 | 110 | 110011 | 1001111 | 1000111 |
Color Harmonies of #EFDD7A
Complementary color
Monochromatic Colors of #EFDD7A
Black with #EFDD7A
Text Example
Text Example
White with #EFDD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDD7A; }
p { color: rgb(239,221,122); }
H1.HeaderClassName
{
color: #EFDD7A;
}
.AnyTagClassName
{
color: #EFDD7A;
}
</style>
background-color css
<style>
a { background-color: #EFDD7A; }
a { background-color: rgb(239,221,122); }
div.DivClassName
{
background-color: #EFDD7A;
}
.BgClassName
{
background-color: #EFDD7A;
}
</style>
border-color css
<style>
span { border-color: #EFDD7A; }
span { border-color: rgb(239,221,122); }
td.TdClassName
{
border-color: #EFDD7A;
}
.TagClassName
{
border-color: #EFDD7A;
}
</style>