Shades of Goldenrod #E2E165
Tints of Goldenrod #E2E165
RGB
CMYK
RGB Variations
Color information
#E2E165 (or 0xE2E165) is known color: Goldenrod. HEX triplet: E2, E1 and 65. RGB value is (226,225,101). Sum of RGB (Red+Green+Blue) = 226+225+101=552 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.94% from 552); Green value is 225 (88.28% from 255 or 40.76% from 552); Blue value is 101 (39.84% from 255 or 18.30% from 552); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E165 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2E165 is #1D1E9A. Grayscale: #D3D3D3. Windows color (decimal): -1908379 or 6676962. OLE color: 6676962.
HSL color Cylindrical-coordinate representation of color #E2E165: 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 #E2E165 is Cyan = 0, Magento = 0.00, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 225 | 101 | - |
| 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.64 | 70.96 | 22.81 | - |
| YUV | 211.16 | 65.83 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 225 | 101 | 0 | 0.00 | 0.55 | 0.11 | 59.52 | 0.68 | 0.64 |
| Hex | E2 | E1 | 65 | 0 | 0 | 37 | B | 3C | 44 | 40 |
| Octal | 342 | 341 | 145 | 0 | 0 | 67 | 13 | 74 | 104 | 100 |
| Binary | 11100010 | 11100001 | 1100101 | 0 | 0 | 110111 | 1011 | 111100 | 1000100 | 1000000 |
Color Harmonies of #E2E165
Complementary color
Monochromatic Colors of #E2E165
Black with #E2E165
Text Example
Text Example
White with #E2E165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E165; }
p { color: rgb(226,225,101); }
H1.HeaderClassName
{
color: #E2E165;
}
.AnyTagClassName
{
color: #E2E165;
}
</style>
background-color css
<style>
a { background-color: #E2E165; }
a { background-color: rgb(226,225,101); }
div.DivClassName
{
background-color: #E2E165;
}
.BgClassName
{
background-color: #E2E165;
}
</style>
border-color css
<style>
span { border-color: #E2E165; }
span { border-color: rgb(226,225,101); }
td.TdClassName
{
border-color: #E2E165;
}
.TagClassName
{
border-color: #E2E165;
}
</style>