Shades of Light Goldenrod #EFDF81
Tints of Light Goldenrod #EFDF81
RGB
CMYK
RGB Variations
Color information
#EFDF81 (or 0xEFDF81) is known color: Light Goldenrod. HEX triplet: EF, DF and 81. RGB value is (239,223,129). Sum of RGB (Red+Green+Blue) = 239+223+129=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 223 (87.5% from 255 or 37.73% from 591); Blue value is 129 (50.78% from 255 or 21.83% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDF81 is #10207E. Grayscale: #D9D9D9. Windows color (decimal): -1056895 or 8511471. OLE color: 8511471.
HSL color Cylindrical-coordinate representation of color #EFDF81: hue angle of 51.27º 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 #EFDF81 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 223 | 129 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.06 |
| HSL | 51.27º | 0.77% | 0.72% | - |
| HSV(B) | 51.27º | 0.46% | 0.94% | - |
| XYZ | 65.95 | 72.71 | 31.33 | - |
| YUV | 217.07 | 78.3 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 223 | 129 | 0 | 0.07 | 0.46 | 0.06 | 51.27 | 0.77 | 0.72 |
| Hex | EF | DF | 81 | 0 | 7 | 2E | 6 | 33 | 4D | 48 |
| Octal | 357 | 337 | 201 | 0 | 7 | 56 | 6 | 63 | 115 | 110 |
| Binary | 11101111 | 11011111 | 10000001 | 0 | 111 | 101110 | 110 | 110011 | 1001101 | 1001000 |
Color Harmonies of #EFDF81
Complementary color
Monochromatic Colors of #EFDF81
Black with #EFDF81
Text Example
Text Example
White with #EFDF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDF81; }
p { color: rgb(239,223,129); }
H1.HeaderClassName
{
color: #EFDF81;
}
.AnyTagClassName
{
color: #EFDF81;
}
</style>
background-color css
<style>
a { background-color: #EFDF81; }
a { background-color: rgb(239,223,129); }
div.DivClassName
{
background-color: #EFDF81;
}
.BgClassName
{
background-color: #EFDF81;
}
</style>
border-color css
<style>
span { border-color: #EFDF81; }
span { border-color: rgb(239,223,129); }
td.TdClassName
{
border-color: #EFDF81;
}
.TagClassName
{
border-color: #EFDF81;
}
</style>