Shades of Goldenrod #E1DE6B
Tints of Goldenrod #E1DE6B
RGB
CMYK
RGB Variations
Color information
#E1DE6B (or 0xE1DE6B) is known color: Goldenrod. HEX triplet: E1, DE and 6B. RGB value is (225,222,107). Sum of RGB (Red+Green+Blue) = 225+222+107=554 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.61% from 554); Green value is 222 (87.11% from 255 or 40.07% from 554); Blue value is 107 (42.19% from 255 or 19.31% from 554); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DE6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DE6B is #1E2194. Grayscale: #D2D2D2. Windows color (decimal): -1974677 or 7069409. OLE color: 7069409.
HSL color Cylindrical-coordinate representation of color #E1DE6B: hue angle of 58.47º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E1DE6B is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 222 | 107 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.12 |
| HSL | 58.47º | 0.66% | 0.65% | - |
| HSV(B) | 58.47º | 0.52% | 0.88% | - |
| XYZ | 59.83 | 69.31 | 24.14 | - |
| YUV | 209.79 | 69.99 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 222 | 107 | 0 | 0.01 | 0.52 | 0.12 | 58.47 | 0.66 | 0.65 |
| Hex | E1 | DE | 6B | 0 | 1 | 34 | C | 3A | 42 | 41 |
| Octal | 341 | 336 | 153 | 0 | 1 | 64 | 14 | 72 | 102 | 101 |
| Binary | 11100001 | 11011110 | 1101011 | 0 | 1 | 110100 | 1100 | 111010 | 1000010 | 1000001 |
Color Harmonies of #E1DE6B
Complementary color
Monochromatic Colors of #E1DE6B
Black with #E1DE6B
Text Example
Text Example
White with #E1DE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DE6B; }
p { color: rgb(225,222,107); }
H1.HeaderClassName
{
color: #E1DE6B;
}
.AnyTagClassName
{
color: #E1DE6B;
}
</style>
background-color css
<style>
a { background-color: #E1DE6B; }
a { background-color: rgb(225,222,107); }
div.DivClassName
{
background-color: #E1DE6B;
}
.BgClassName
{
background-color: #E1DE6B;
}
</style>
border-color css
<style>
span { border-color: #E1DE6B; }
span { border-color: rgb(225,222,107); }
td.TdClassName
{
border-color: #E1DE6B;
}
.TagClassName
{
border-color: #E1DE6B;
}
</style>