Shades of Goldenrod #E2DE6C
Tints of Goldenrod #E2DE6C
RGB
CMYK
RGB Variations
Color information
#E2DE6C (or 0xE2DE6C) is known color: Goldenrod. HEX triplet: E2, DE and 6C. RGB value is (226,222,108). Sum of RGB (Red+Green+Blue) = 226+222+108=556 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.65% from 556); Green value is 222 (87.11% from 255 or 39.93% from 556); Blue value is 108 (42.58% from 255 or 19.42% from 556); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DE6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DE6C is #1D2193. Grayscale: #D2D2D2. Windows color (decimal): -1909140 or 7134946. OLE color: 7134946.
HSL color Cylindrical-coordinate representation of color #E2DE6C: hue angle of 57.97º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E2DE6C is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 222 | 108 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.11 |
| HSL | 57.97º | 0.67% | 0.65% | - |
| HSV(B) | 57.97º | 0.52% | 0.89% | - |
| XYZ | 60.19 | 69.49 | 24.43 | - |
| YUV | 210.2 | 70.33 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 222 | 108 | 0 | 0.02 | 0.52 | 0.11 | 57.97 | 0.67 | 0.65 |
| Hex | E2 | DE | 6C | 0 | 2 | 34 | B | 3A | 43 | 41 |
| Octal | 342 | 336 | 154 | 0 | 2 | 64 | 13 | 72 | 103 | 101 |
| Binary | 11100010 | 11011110 | 1101100 | 0 | 10 | 110100 | 1011 | 111010 | 1000011 | 1000001 |
Color Harmonies of #E2DE6C
Complementary color
Monochromatic Colors of #E2DE6C
Black with #E2DE6C
Text Example
Text Example
White with #E2DE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DE6C; }
p { color: rgb(226,222,108); }
H1.HeaderClassName
{
color: #E2DE6C;
}
.AnyTagClassName
{
color: #E2DE6C;
}
</style>
background-color css
<style>
a { background-color: #E2DE6C; }
a { background-color: rgb(226,222,108); }
div.DivClassName
{
background-color: #E2DE6C;
}
.BgClassName
{
background-color: #E2DE6C;
}
</style>
border-color css
<style>
span { border-color: #E2DE6C; }
span { border-color: rgb(226,222,108); }
td.TdClassName
{
border-color: #E2DE6C;
}
.TagClassName
{
border-color: #E2DE6C;
}
</style>