Shades of Goldenrod #E7DE6A
Tints of Goldenrod #E7DE6A
RGB
CMYK
RGB Variations
Color information
#E7DE6A (or 0xE7DE6A) is known color: Goldenrod. HEX triplet: E7, DE and 6A. RGB value is (231,222,106). Sum of RGB (Red+Green+Blue) = 231+222+106=559 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.32% from 559); Green value is 222 (87.11% from 255 or 39.71% from 559); Blue value is 106 (41.80% from 255 or 18.96% from 559); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DE6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7DE6A is #182195. Grayscale: #D3D3D3. Windows color (decimal): -1581462 or 7003879. OLE color: 7003879.
HSL color Cylindrical-coordinate representation of color #E7DE6A: hue angle of 55.68º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E7DE6A is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 222 | 106 | - |
| CMYK | 0 | 0.04 | 0.54 | 0.09 |
| HSL | 55.68º | 0.72% | 0.66% | - |
| HSV(B) | 55.68º | 0.54% | 0.91% | - |
| XYZ | 61.68 | 70.27 | 23.95 | - |
| YUV | 211.47 | 68.48 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 222 | 106 | 0 | 0.04 | 0.54 | 0.09 | 55.68 | 0.72 | 0.66 |
| Hex | E7 | DE | 6A | 0 | 4 | 36 | 9 | 38 | 48 | 42 |
| Octal | 347 | 336 | 152 | 0 | 4 | 66 | 11 | 70 | 110 | 102 |
| Binary | 11100111 | 11011110 | 1101010 | 0 | 100 | 110110 | 1001 | 111000 | 1001000 | 1000010 |
Color Harmonies of #E7DE6A
Complementary color
Monochromatic Colors of #E7DE6A
Black with #E7DE6A
Text Example
Text Example
White with #E7DE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DE6A; }
p { color: rgb(231,222,106); }
H1.HeaderClassName
{
color: #E7DE6A;
}
.AnyTagClassName
{
color: #E7DE6A;
}
</style>
background-color css
<style>
a { background-color: #E7DE6A; }
a { background-color: rgb(231,222,106); }
div.DivClassName
{
background-color: #E7DE6A;
}
.BgClassName
{
background-color: #E7DE6A;
}
</style>
border-color css
<style>
span { border-color: #E7DE6A; }
span { border-color: rgb(231,222,106); }
td.TdClassName
{
border-color: #E7DE6A;
}
.TagClassName
{
border-color: #E7DE6A;
}
</style>