Shades of Goldenrod #E1E16A
Tints of Goldenrod #E1E16A
RGB
CMYK
RGB Variations
Color information
#E1E16A (or 0xE1E16A) is known color: Goldenrod. HEX triplet: E1, E1 and 6A. RGB value is (225,225,106). Sum of RGB (Red+Green+Blue) = 225+225+106=556 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.47% from 556); Green value is 225 (88.28% from 255 or 40.47% from 556); Blue value is 106 (41.80% from 255 or 19.06% from 556); Max value from RGB is 225 - color contains mainly: red, green. Hex color #E1E16A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1E16A is #1E1E95. Grayscale: #D3D3D3. Windows color (decimal): -1973910 or 7004641. OLE color: 7004641.
HSL color Cylindrical-coordinate representation of color #E1E16A: hue angle of 60º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E1E16A is Cyan = 0, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 225 | 106 | - |
| CMYK | 0 | 0 | 0.53 | 0.12 |
| HSL | 60º | 0.66% | 0.65% | - |
| HSV(B) | 60º | 0.53% | 0.88% | - |
| XYZ | 60.58 | 70.9 | 24.13 | - |
| YUV | 211.43 | 68.5 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 225 | 106 | 0 | 0 | 0.53 | 0.12 | 60 | 0.66 | 0.65 |
| Hex | E1 | E1 | 6A | 0 | 0 | 35 | C | 3C | 42 | 41 |
| Octal | 341 | 341 | 152 | 0 | 0 | 65 | 14 | 74 | 102 | 101 |
| Binary | 11100001 | 11100001 | 1101010 | 0 | 0 | 110101 | 1100 | 111100 | 1000010 | 1000001 |
Color Harmonies of #E1E16A
Complementary color
Monochromatic Colors of #E1E16A
Black with #E1E16A
Text Example
Text Example
White with #E1E16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E16A; }
p { color: rgb(225,225,106); }
H1.HeaderClassName
{
color: #E1E16A;
}
.AnyTagClassName
{
color: #E1E16A;
}
</style>
background-color css
<style>
a { background-color: #E1E16A; }
a { background-color: rgb(225,225,106); }
div.DivClassName
{
background-color: #E1E16A;
}
.BgClassName
{
background-color: #E1E16A;
}
</style>
border-color css
<style>
span { border-color: #E1E16A; }
span { border-color: rgb(225,225,106); }
td.TdClassName
{
border-color: #E1E16A;
}
.TagClassName
{
border-color: #E1E16A;
}
</style>