Shades of Light Goldenrod #EFDF83
Tints of Light Goldenrod #EFDF83
RGB
CMYK
RGB Variations
Color information
#EFDF83 (or 0xEFDF83) is known color: Light Goldenrod. HEX triplet: EF, DF and 83. RGB value is (239,223,131). Sum of RGB (Red+Green+Blue) = 239+223+131=593 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.30% from 593); Green value is 223 (87.5% from 255 or 37.61% from 593); Blue value is 131 (51.56% from 255 or 22.09% from 593); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDF83 is #10207C. Grayscale: #D9D9D9. Windows color (decimal): -1056893 or 8642543. OLE color: 8642543.
HSL color Cylindrical-coordinate representation of color #EFDF83: hue angle of 51.11º 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 #EFDF83 is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 223 | 131 | - |
| CMYK | 0 | 0.07 | 0.45 | 0.06 |
| HSL | 51.11º | 0.77% | 0.73% | - |
| HSV(B) | 51.11º | 0.45% | 0.94% | - |
| XYZ | 66.08 | 72.76 | 32.03 | - |
| YUV | 217.3 | 79.3 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 223 | 131 | 0 | 0.07 | 0.45 | 0.06 | 51.11 | 0.77 | 0.73 |
| Hex | EF | DF | 83 | 0 | 7 | 2D | 6 | 33 | 4D | 49 |
| Octal | 357 | 337 | 203 | 0 | 7 | 55 | 6 | 63 | 115 | 111 |
| Binary | 11101111 | 11011111 | 10000011 | 0 | 111 | 101101 | 110 | 110011 | 1001101 | 1001001 |
Color Harmonies of #EFDF83
Complementary color
Monochromatic Colors of #EFDF83
Black with #EFDF83
Text Example
Text Example
White with #EFDF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDF83; }
p { color: rgb(239,223,131); }
H1.HeaderClassName
{
color: #EFDF83;
}
.AnyTagClassName
{
color: #EFDF83;
}
</style>
background-color css
<style>
a { background-color: #EFDF83; }
a { background-color: rgb(239,223,131); }
div.DivClassName
{
background-color: #EFDF83;
}
.BgClassName
{
background-color: #EFDF83;
}
</style>
border-color css
<style>
span { border-color: #EFDF83; }
span { border-color: rgb(239,223,131); }
td.TdClassName
{
border-color: #EFDF83;
}
.TagClassName
{
border-color: #EFDF83;
}
</style>