Shades of Goldenrod #E8E06D
Tints of Goldenrod #E8E06D
RGB
CMYK
RGB Variations
Color information
#E8E06D (or 0xE8E06D) is known color: Goldenrod. HEX triplet: E8, E0 and 6D. RGB value is (232,224,109). Sum of RGB (Red+Green+Blue) = 232+224+109=565 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.06% from 565); Green value is 224 (87.89% from 255 or 39.65% from 565); Blue value is 109 (42.97% from 255 or 19.29% from 565); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E06D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8E06D is #171F92. Grayscale: #D5D5D5. Windows color (decimal): -1515411 or 7201000. OLE color: 7201000.
HSL color Cylindrical-coordinate representation of color #E8E06D: hue angle of 56.1º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E8E06D is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 224 | 109 | - |
| CMYK | 0 | 0.03 | 0.53 | 0.09 |
| HSL | 56.1º | 0.73% | 0.67% | - |
| HSV(B) | 56.1º | 0.53% | 0.91% | - |
| XYZ | 62.69 | 71.57 | 24.98 | - |
| YUV | 213.28 | 69.15 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 224 | 109 | 0 | 0.03 | 0.53 | 0.09 | 56.1 | 0.73 | 0.67 |
| Hex | E8 | E0 | 6D | 0 | 3 | 35 | 9 | 38 | 49 | 43 |
| Octal | 350 | 340 | 155 | 0 | 3 | 65 | 11 | 70 | 111 | 103 |
| Binary | 11101000 | 11100000 | 1101101 | 0 | 11 | 110101 | 1001 | 111000 | 1001001 | 1000011 |
Color Harmonies of #E8E06D
Complementary color
Monochromatic Colors of #E8E06D
Black with #E8E06D
Text Example
Text Example
White with #E8E06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E06D; }
p { color: rgb(232,224,109); }
H1.HeaderClassName
{
color: #E8E06D;
}
.AnyTagClassName
{
color: #E8E06D;
}
</style>
background-color css
<style>
a { background-color: #E8E06D; }
a { background-color: rgb(232,224,109); }
div.DivClassName
{
background-color: #E8E06D;
}
.BgClassName
{
background-color: #E8E06D;
}
</style>
border-color css
<style>
span { border-color: #E8E06D; }
span { border-color: rgb(232,224,109); }
td.TdClassName
{
border-color: #E8E06D;
}
.TagClassName
{
border-color: #E8E06D;
}
</style>