Shades of Goldenrod #E2E166
Tints of Goldenrod #E2E166
RGB
CMYK
RGB Variations
Color information
#E2E166 (or 0xE2E166) is known color: Goldenrod. HEX triplet: E2, E1 and 66. RGB value is (226,225,102). Sum of RGB (Red+Green+Blue) = 226+225+102=553 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.87% from 553); Green value is 225 (88.28% from 255 or 40.69% from 553); Blue value is 102 (40.23% from 255 or 18.44% from 553); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E166 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2E166 is #1D1E99. Grayscale: #D3D3D3. Windows color (decimal): -1908378 or 6742498. OLE color: 6742498.
HSL color Cylindrical-coordinate representation of color #E2E166: hue angle of 59.52º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E2E166 is Cyan = 0, Magento = 0.00, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 225 | 102 | - |
| CMYK | 0 | 0.00 | 0.55 | 0.11 |
| HSL | 59.52º | 0.68% | 0.64% | - |
| HSV(B) | 59.52º | 0.55% | 0.89% | - |
| XYZ | 60.69 | 70.98 | 23.07 | - |
| YUV | 211.28 | 66.33 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 225 | 102 | 0 | 0.00 | 0.55 | 0.11 | 59.52 | 0.68 | 0.64 |
| Hex | E2 | E1 | 66 | 0 | 0 | 37 | B | 3C | 44 | 40 |
| Octal | 342 | 341 | 146 | 0 | 0 | 67 | 13 | 74 | 104 | 100 |
| Binary | 11100010 | 11100001 | 1100110 | 0 | 0 | 110111 | 1011 | 111100 | 1000100 | 1000000 |
Color Harmonies of #E2E166
Complementary color
Monochromatic Colors of #E2E166
Black with #E2E166
Text Example
Text Example
White with #E2E166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E166; }
p { color: rgb(226,225,102); }
H1.HeaderClassName
{
color: #E2E166;
}
.AnyTagClassName
{
color: #E2E166;
}
</style>
background-color css
<style>
a { background-color: #E2E166; }
a { background-color: rgb(226,225,102); }
div.DivClassName
{
background-color: #E2E166;
}
.BgClassName
{
background-color: #E2E166;
}
</style>
border-color css
<style>
span { border-color: #E2E166; }
span { border-color: rgb(226,225,102); }
td.TdClassName
{
border-color: #E2E166;
}
.TagClassName
{
border-color: #E2E166;
}
</style>