Shades of Light Goldenrod #EFE083
Tints of Light Goldenrod #EFE083
RGB
CMYK
RGB Variations
Color information
#EFE083 (or 0xEFE083) is known color: Light Goldenrod. HEX triplet: EF, E0 and 83. RGB value is (239,224,131). Sum of RGB (Red+Green+Blue) = 239+224+131=594 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.24% from 594); Green value is 224 (87.89% from 255 or 37.71% from 594); Blue value is 131 (51.56% from 255 or 22.05% from 594); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE083 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE083 is #101F7C. Grayscale: #DADADA. Windows color (decimal): -1056637 or 8642799. OLE color: 8642799.
HSL color Cylindrical-coordinate representation of color #EFE083: hue angle of 51.67º 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 #EFE083 is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 224 | 131 | - |
| CMYK | 0 | 0.06 | 0.45 | 0.06 |
| HSL | 51.67º | 0.77% | 0.73% | - |
| HSV(B) | 51.67º | 0.45% | 0.94% | - |
| XYZ | 66.35 | 73.3 | 32.12 | - |
| YUV | 217.88 | 78.97 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 224 | 131 | 0 | 0.06 | 0.45 | 0.06 | 51.67 | 0.77 | 0.73 |
| Hex | EF | E0 | 83 | 0 | 6 | 2D | 6 | 34 | 4D | 49 |
| Octal | 357 | 340 | 203 | 0 | 6 | 55 | 6 | 64 | 115 | 111 |
| Binary | 11101111 | 11100000 | 10000011 | 0 | 110 | 101101 | 110 | 110100 | 1001101 | 1001001 |
Color Harmonies of #EFE083
Complementary color
Monochromatic Colors of #EFE083
Black with #EFE083
Text Example
Text Example
White with #EFE083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE083; }
p { color: rgb(239,224,131); }
H1.HeaderClassName
{
color: #EFE083;
}
.AnyTagClassName
{
color: #EFE083;
}
</style>
background-color css
<style>
a { background-color: #EFE083; }
a { background-color: rgb(239,224,131); }
div.DivClassName
{
background-color: #EFE083;
}
.BgClassName
{
background-color: #EFE083;
}
</style>
border-color css
<style>
span { border-color: #EFE083; }
span { border-color: rgb(239,224,131); }
td.TdClassName
{
border-color: #EFE083;
}
.TagClassName
{
border-color: #EFE083;
}
</style>