Shades of Goldenrod #E7E16F
Tints of Goldenrod #E7E16F
RGB
CMYK
RGB Variations
Color information
#E7E16F (or 0xE7E16F) is known color: Goldenrod. HEX triplet: E7, E1 and 6F. RGB value is (231,225,111). Sum of RGB (Red+Green+Blue) = 231+225+111=567 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.74% from 567); Green value is 225 (88.28% from 255 or 39.68% from 567); Blue value is 111 (43.75% from 255 or 19.58% from 567); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E16F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7E16F is #181E90. Grayscale: #D6D6D6. Windows color (decimal): -1580689 or 7332327. OLE color: 7332327.
HSL color Cylindrical-coordinate representation of color #E7E16F: hue angle of 57º degrees, saturation: 0.71, 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 #E7E16F is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 225 | 111 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.09 |
| HSL | 57º | 0.71% | 0.67% | - |
| HSV(B) | 57º | 0.52% | 0.91% | - |
| XYZ | 62.75 | 71.99 | 25.63 | - |
| YUV | 213.8 | 69.99 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 225 | 111 | 0 | 0.03 | 0.52 | 0.09 | 57 | 0.71 | 0.67 |
| Hex | E7 | E1 | 6F | 0 | 3 | 34 | 9 | 39 | 47 | 43 |
| Octal | 347 | 341 | 157 | 0 | 3 | 64 | 11 | 71 | 107 | 103 |
| Binary | 11100111 | 11100001 | 1101111 | 0 | 11 | 110100 | 1001 | 111001 | 1000111 | 1000011 |
Color Harmonies of #E7E16F
Complementary color
Monochromatic Colors of #E7E16F
Black with #E7E16F
Text Example
Text Example
White with #E7E16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E16F; }
p { color: rgb(231,225,111); }
H1.HeaderClassName
{
color: #E7E16F;
}
.AnyTagClassName
{
color: #E7E16F;
}
</style>
background-color css
<style>
a { background-color: #E7E16F; }
a { background-color: rgb(231,225,111); }
div.DivClassName
{
background-color: #E7E16F;
}
.BgClassName
{
background-color: #E7E16F;
}
</style>
border-color css
<style>
span { border-color: #E7E16F; }
span { border-color: rgb(231,225,111); }
td.TdClassName
{
border-color: #E7E16F;
}
.TagClassName
{
border-color: #E7E16F;
}
</style>