Shades of Goldenrod #E2DE67
Tints of Goldenrod #E2DE67
RGB
CMYK
RGB Variations
Color information
#E2DE67 (or 0xE2DE67) is known color: Goldenrod. HEX triplet: E2, DE and 67. RGB value is (226,222,103). Sum of RGB (Red+Green+Blue) = 226+222+103=551 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.02% from 551); Green value is 222 (87.11% from 255 or 40.29% from 551); Blue value is 103 (40.62% from 255 or 18.69% from 551); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DE67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DE67 is #1D2198. Grayscale: #D2D2D2. Windows color (decimal): -1909145 or 6807266. OLE color: 6807266.
HSL color Cylindrical-coordinate representation of color #E2DE67: hue angle of 58.05º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E2DE67 is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 222 | 103 | - |
| CMYK | 0 | 0.02 | 0.54 | 0.11 |
| HSL | 58.05º | 0.68% | 0.65% | - |
| HSV(B) | 58.05º | 0.54% | 0.89% | - |
| XYZ | 59.93 | 69.39 | 23.07 | - |
| YUV | 209.63 | 67.83 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 222 | 103 | 0 | 0.02 | 0.54 | 0.11 | 58.05 | 0.68 | 0.65 |
| Hex | E2 | DE | 67 | 0 | 2 | 36 | B | 3A | 44 | 41 |
| Octal | 342 | 336 | 147 | 0 | 2 | 66 | 13 | 72 | 104 | 101 |
| Binary | 11100010 | 11011110 | 1100111 | 0 | 10 | 110110 | 1011 | 111010 | 1000100 | 1000001 |
Color Harmonies of #E2DE67
Complementary color
Monochromatic Colors of #E2DE67
Black with #E2DE67
Text Example
Text Example
White with #E2DE67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DE67; }
p { color: rgb(226,222,103); }
H1.HeaderClassName
{
color: #E2DE67;
}
.AnyTagClassName
{
color: #E2DE67;
}
</style>
background-color css
<style>
a { background-color: #E2DE67; }
a { background-color: rgb(226,222,103); }
div.DivClassName
{
background-color: #E2DE67;
}
.BgClassName
{
background-color: #E2DE67;
}
</style>
border-color css
<style>
span { border-color: #E2DE67; }
span { border-color: rgb(226,222,103); }
td.TdClassName
{
border-color: #E2DE67;
}
.TagClassName
{
border-color: #E2DE67;
}
</style>