Shades of Light Goldenrod #EFE089
Tints of Light Goldenrod #EFE089
RGB
CMYK
RGB Variations
Color information
#EFE089 (or 0xEFE089) is known color: Light Goldenrod. HEX triplet: EF, E0 and 89. RGB value is (239,224,137). Sum of RGB (Red+Green+Blue) = 239+224+137=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 224 (87.89% from 255 or 37.33% from 600); Blue value is 137 (53.91% from 255 or 22.83% from 600); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE089 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE089 is #101F76. Grayscale: #DADADA. Windows color (decimal): -1056631 or 9036015. OLE color: 9036015.
HSL color Cylindrical-coordinate representation of color #EFE089: hue angle of 51.18º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EFE089 is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 224 | 137 | - |
| CMYK | 0 | 0.06 | 0.43 | 0.06 |
| HSL | 51.18º | 0.76% | 0.74% | - |
| HSV(B) | 51.18º | 0.43% | 0.94% | - |
| XYZ | 66.77 | 73.47 | 34.33 | - |
| YUV | 218.57 | 81.97 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 224 | 137 | 0 | 0.06 | 0.43 | 0.06 | 51.18 | 0.76 | 0.74 |
| Hex | EF | E0 | 89 | 0 | 6 | 2B | 6 | 33 | 4C | 4A |
| Octal | 357 | 340 | 211 | 0 | 6 | 53 | 6 | 63 | 114 | 112 |
| Binary | 11101111 | 11100000 | 10001001 | 0 | 110 | 101011 | 110 | 110011 | 1001100 | 1001010 |
Color Harmonies of #EFE089
Complementary color
Monochromatic Colors of #EFE089
Black with #EFE089
Text Example
Text Example
White with #EFE089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE089; }
p { color: rgb(239,224,137); }
H1.HeaderClassName
{
color: #EFE089;
}
.AnyTagClassName
{
color: #EFE089;
}
</style>
background-color css
<style>
a { background-color: #EFE089; }
a { background-color: rgb(239,224,137); }
div.DivClassName
{
background-color: #EFE089;
}
.BgClassName
{
background-color: #EFE089;
}
</style>
border-color css
<style>
span { border-color: #EFE089; }
span { border-color: rgb(239,224,137); }
td.TdClassName
{
border-color: #EFE089;
}
.TagClassName
{
border-color: #EFE089;
}
</style>