Shades of Goldenrod #E8E16F
Tints of Goldenrod #E8E16F
RGB
CMYK
RGB Variations
Color information
#E8E16F (or 0xE8E16F) is known color: Goldenrod. HEX triplet: E8, E1 and 6F. RGB value is (232,225,111). Sum of RGB (Red+Green+Blue) = 232+225+111=568 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.85% from 568); Green value is 225 (88.28% from 255 or 39.61% from 568); Blue value is 111 (43.75% from 255 or 19.54% from 568); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E16F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8E16F is #171E90. Grayscale: #D6D6D6. Windows color (decimal): -1515153 or 7332328. OLE color: 7332328.
HSL color Cylindrical-coordinate representation of color #E8E16F: hue angle of 56.53º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E8E16F is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 225 | 111 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.09 |
| HSL | 56.53º | 0.72% | 0.67% | - |
| HSV(B) | 56.53º | 0.52% | 0.91% | - |
| XYZ | 63.07 | 72.15 | 25.64 | - |
| YUV | 214.1 | 69.82 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 225 | 111 | 0 | 0.03 | 0.52 | 0.09 | 56.53 | 0.72 | 0.67 |
| Hex | E8 | E1 | 6F | 0 | 3 | 34 | 9 | 39 | 48 | 43 |
| Octal | 350 | 341 | 157 | 0 | 3 | 64 | 11 | 71 | 110 | 103 |
| Binary | 11101000 | 11100001 | 1101111 | 0 | 11 | 110100 | 1001 | 111001 | 1001000 | 1000011 |
Color Harmonies of #E8E16F
Complementary color
Monochromatic Colors of #E8E16F
Black with #E8E16F
Text Example
Text Example
White with #E8E16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E16F; }
p { color: rgb(232,225,111); }
H1.HeaderClassName
{
color: #E8E16F;
}
.AnyTagClassName
{
color: #E8E16F;
}
</style>
background-color css
<style>
a { background-color: #E8E16F; }
a { background-color: rgb(232,225,111); }
div.DivClassName
{
background-color: #E8E16F;
}
.BgClassName
{
background-color: #E8E16F;
}
</style>
border-color css
<style>
span { border-color: #E8E16F; }
span { border-color: rgb(232,225,111); }
td.TdClassName
{
border-color: #E8E16F;
}
.TagClassName
{
border-color: #E8E16F;
}
</style>