Shades of Light Goldenrod #EFE085
Tints of Light Goldenrod #EFE085
RGB
CMYK
RGB Variations
Color information
#EFE085 (or 0xEFE085) is known color: Light Goldenrod. HEX triplet: EF, E0 and 85. RGB value is (239,224,133). Sum of RGB (Red+Green+Blue) = 239+224+133=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 224 (87.89% from 255 or 37.58% from 596); Blue value is 133 (52.34% from 255 or 22.32% from 596); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE085 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE085 is #101F7A. Grayscale: #DADADA. Windows color (decimal): -1056635 or 8773871. OLE color: 8773871.
HSL color Cylindrical-coordinate representation of color #EFE085: hue angle of 51.51º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EFE085 is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 224 | 133 | - |
| CMYK | 0 | 0.06 | 0.44 | 0.06 |
| HSL | 51.51º | 0.77% | 0.73% | - |
| HSV(B) | 51.51º | 0.44% | 0.94% | - |
| XYZ | 66.49 | 73.36 | 32.85 | - |
| YUV | 218.11 | 79.97 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 224 | 133 | 0 | 0.06 | 0.44 | 0.06 | 51.51 | 0.77 | 0.73 |
| Hex | EF | E0 | 85 | 0 | 6 | 2C | 6 | 34 | 4D | 49 |
| Octal | 357 | 340 | 205 | 0 | 6 | 54 | 6 | 64 | 115 | 111 |
| Binary | 11101111 | 11100000 | 10000101 | 0 | 110 | 101100 | 110 | 110100 | 1001101 | 1001001 |
Color Harmonies of #EFE085
Complementary color
Monochromatic Colors of #EFE085
Black with #EFE085
Text Example
Text Example
White with #EFE085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE085; }
p { color: rgb(239,224,133); }
H1.HeaderClassName
{
color: #EFE085;
}
.AnyTagClassName
{
color: #EFE085;
}
</style>
background-color css
<style>
a { background-color: #EFE085; }
a { background-color: rgb(239,224,133); }
div.DivClassName
{
background-color: #EFE085;
}
.BgClassName
{
background-color: #EFE085;
}
</style>
border-color css
<style>
span { border-color: #EFE085; }
span { border-color: rgb(239,224,133); }
td.TdClassName
{
border-color: #EFE085;
}
.TagClassName
{
border-color: #EFE085;
}
</style>