Shades of Goldenrod #E7E170
Tints of Goldenrod #E7E170
RGB
CMYK
RGB Variations
Color information
#E7E170 (or 0xE7E170) is known color: Goldenrod. HEX triplet: E7, E1 and 70. RGB value is (231,225,112). Sum of RGB (Red+Green+Blue) = 231+225+112=568 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.67% from 568); Green value is 225 (88.28% from 255 or 39.61% from 568); Blue value is 112 (44.14% from 255 or 19.72% from 568); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E170 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7E170 is #181E8F. Grayscale: #D6D6D6. Windows color (decimal): -1580688 or 7397863. OLE color: 7397863.
HSL color Cylindrical-coordinate representation of color #E7E170: hue angle of 56.97º 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 #E7E170 is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 225 | 112 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.09 |
| HSL | 56.97º | 0.71% | 0.67% | - |
| HSV(B) | 56.97º | 0.52% | 0.91% | - |
| XYZ | 62.8 | 72.01 | 25.92 | - |
| YUV | 213.91 | 70.49 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 225 | 112 | 0 | 0.03 | 0.52 | 0.09 | 56.97 | 0.71 | 0.67 |
| Hex | E7 | E1 | 70 | 0 | 3 | 34 | 9 | 39 | 47 | 43 |
| Octal | 347 | 341 | 160 | 0 | 3 | 64 | 11 | 71 | 107 | 103 |
| Binary | 11100111 | 11100001 | 1110000 | 0 | 11 | 110100 | 1001 | 111001 | 1000111 | 1000011 |
Color Harmonies of #E7E170
Complementary color
Monochromatic Colors of #E7E170
Black with #E7E170
Text Example
Text Example
White with #E7E170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E170; }
p { color: rgb(231,225,112); }
H1.HeaderClassName
{
color: #E7E170;
}
.AnyTagClassName
{
color: #E7E170;
}
</style>
background-color css
<style>
a { background-color: #E7E170; }
a { background-color: rgb(231,225,112); }
div.DivClassName
{
background-color: #E7E170;
}
.BgClassName
{
background-color: #E7E170;
}
</style>
border-color css
<style>
span { border-color: #E7E170; }
span { border-color: rgb(231,225,112); }
td.TdClassName
{
border-color: #E7E170;
}
.TagClassName
{
border-color: #E7E170;
}
</style>