Shades of Goldenrod #E7E16D
Tints of Goldenrod #E7E16D
RGB
CMYK
RGB Variations
Color information
#E7E16D (or 0xE7E16D) is known color: Goldenrod. HEX triplet: E7, E1 and 6D. RGB value is (231,225,109). Sum of RGB (Red+Green+Blue) = 231+225+109=565 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.88% from 565); Green value is 225 (88.28% from 255 or 39.82% from 565); Blue value is 109 (42.97% from 255 or 19.29% from 565); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E16D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7E16D is #181E92. Grayscale: #D6D6D6. Windows color (decimal): -1580691 or 7201255. OLE color: 7201255.
HSL color Cylindrical-coordinate representation of color #E7E16D: hue angle of 57.05º degrees, saturation: 0.72, 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 #E7E16D is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 225 | 109 | - |
| CMYK | 0 | 0.03 | 0.53 | 0.09 |
| HSL | 57.05º | 0.72% | 0.67% | - |
| HSV(B) | 57.05º | 0.53% | 0.91% | - |
| XYZ | 62.64 | 71.94 | 25.05 | - |
| YUV | 213.57 | 68.99 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 225 | 109 | 0 | 0.03 | 0.53 | 0.09 | 57.05 | 0.72 | 0.67 |
| Hex | E7 | E1 | 6D | 0 | 3 | 35 | 9 | 39 | 48 | 43 |
| Octal | 347 | 341 | 155 | 0 | 3 | 65 | 11 | 71 | 110 | 103 |
| Binary | 11100111 | 11100001 | 1101101 | 0 | 11 | 110101 | 1001 | 111001 | 1001000 | 1000011 |
Color Harmonies of #E7E16D
Complementary color
Monochromatic Colors of #E7E16D
Black with #E7E16D
Text Example
Text Example
White with #E7E16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E16D; }
p { color: rgb(231,225,109); }
H1.HeaderClassName
{
color: #E7E16D;
}
.AnyTagClassName
{
color: #E7E16D;
}
</style>
background-color css
<style>
a { background-color: #E7E16D; }
a { background-color: rgb(231,225,109); }
div.DivClassName
{
background-color: #E7E16D;
}
.BgClassName
{
background-color: #E7E16D;
}
</style>
border-color css
<style>
span { border-color: #E7E16D; }
span { border-color: rgb(231,225,109); }
td.TdClassName
{
border-color: #E7E16D;
}
.TagClassName
{
border-color: #E7E16D;
}
</style>