Shades of Goldenrod #E1E165
Tints of Goldenrod #E1E165
RGB
CMYK
RGB Variations
Color information
#E1E165 (or 0xE1E165) is known color: Goldenrod. HEX triplet: E1, E1 and 65. RGB value is (225,225,101). Sum of RGB (Red+Green+Blue) = 225+225+101=551 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.83% from 551); Green value is 225 (88.28% from 255 or 40.83% from 551); Blue value is 101 (39.84% from 255 or 18.33% from 551); Max value from RGB is 225 - color contains mainly: red, green. Hex color #E1E165 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1E165 is #1E1E9A. Grayscale: #D3D3D3. Windows color (decimal): -1973915 or 6676961. OLE color: 6676961.
HSL color Cylindrical-coordinate representation of color #E1E165: hue angle of 60º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E1E165 is Cyan = 0, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 225 | 101 | - |
| CMYK | 0 | 0 | 0.55 | 0.12 |
| HSL | 60º | 0.67% | 0.64% | - |
| HSV(B) | 60º | 0.55% | 0.88% | - |
| XYZ | 60.33 | 70.8 | 22.8 | - |
| YUV | 210.86 | 66 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 225 | 101 | 0 | 0 | 0.55 | 0.12 | 60 | 0.67 | 0.64 |
| Hex | E1 | E1 | 65 | 0 | 0 | 37 | C | 3C | 43 | 40 |
| Octal | 341 | 341 | 145 | 0 | 0 | 67 | 14 | 74 | 103 | 100 |
| Binary | 11100001 | 11100001 | 1100101 | 0 | 0 | 110111 | 1100 | 111100 | 1000011 | 1000000 |
Color Harmonies of #E1E165
Complementary color
Monochromatic Colors of #E1E165
Black with #E1E165
Text Example
Text Example
White with #E1E165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E165; }
p { color: rgb(225,225,101); }
H1.HeaderClassName
{
color: #E1E165;
}
.AnyTagClassName
{
color: #E1E165;
}
</style>
background-color css
<style>
a { background-color: #E1E165; }
a { background-color: rgb(225,225,101); }
div.DivClassName
{
background-color: #E1E165;
}
.BgClassName
{
background-color: #E1E165;
}
</style>
border-color css
<style>
span { border-color: #E1E165; }
span { border-color: rgb(225,225,101); }
td.TdClassName
{
border-color: #E1E165;
}
.TagClassName
{
border-color: #E1E165;
}
</style>