Shades of Goldenrod #E7DE6B
Tints of Goldenrod #E7DE6B
RGB
CMYK
RGB Variations
Color information
#E7DE6B (or 0xE7DE6B) is known color: Goldenrod. HEX triplet: E7, DE and 6B. RGB value is (231,222,107). Sum of RGB (Red+Green+Blue) = 231+222+107=560 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.25% from 560); Green value is 222 (87.11% from 255 or 39.64% from 560); Blue value is 107 (42.19% from 255 or 19.11% from 560); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DE6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7DE6B is #182194. Grayscale: #D4D4D4. Windows color (decimal): -1581461 or 7069415. OLE color: 7069415.
HSL color Cylindrical-coordinate representation of color #E7DE6B: hue angle of 55.65º 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 #E7DE6B is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 222 | 107 | - |
| CMYK | 0 | 0.04 | 0.54 | 0.09 |
| HSL | 55.65º | 0.72% | 0.66% | - |
| HSV(B) | 55.65º | 0.54% | 0.91% | - |
| XYZ | 61.73 | 70.29 | 24.22 | - |
| YUV | 211.58 | 68.98 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 222 | 107 | 0 | 0.04 | 0.54 | 0.09 | 55.65 | 0.72 | 0.66 |
| Hex | E7 | DE | 6B | 0 | 4 | 36 | 9 | 38 | 48 | 42 |
| Octal | 347 | 336 | 153 | 0 | 4 | 66 | 11 | 70 | 110 | 102 |
| Binary | 11100111 | 11011110 | 1101011 | 0 | 100 | 110110 | 1001 | 111000 | 1001000 | 1000010 |
Color Harmonies of #E7DE6B
Complementary color
Monochromatic Colors of #E7DE6B
Black with #E7DE6B
Text Example
Text Example
White with #E7DE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DE6B; }
p { color: rgb(231,222,107); }
H1.HeaderClassName
{
color: #E7DE6B;
}
.AnyTagClassName
{
color: #E7DE6B;
}
</style>
background-color css
<style>
a { background-color: #E7DE6B; }
a { background-color: rgb(231,222,107); }
div.DivClassName
{
background-color: #E7DE6B;
}
.BgClassName
{
background-color: #E7DE6B;
}
</style>
border-color css
<style>
span { border-color: #E7DE6B; }
span { border-color: rgb(231,222,107); }
td.TdClassName
{
border-color: #E7DE6B;
}
.TagClassName
{
border-color: #E7DE6B;
}
</style>