Shades of Goldenrod #E4E26C
Tints of Goldenrod #E4E26C
RGB
CMYK
RGB Variations
Color information
#E4E26C (or 0xE4E26C) is known color: Goldenrod. HEX triplet: E4, E2 and 6C. RGB value is (228,226,108). Sum of RGB (Red+Green+Blue) = 228+226+108=562 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.57% from 562); Green value is 226 (88.67% from 255 or 40.21% from 562); Blue value is 108 (42.58% from 255 or 19.22% from 562); Max value from RGB is 228 - color contains mainly: red. Hex color #E4E26C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4E26C is #1B1D93. Grayscale: #D5D5D5. Windows color (decimal): -1777044 or 7135972. OLE color: 7135972.
HSL color Cylindrical-coordinate representation of color #E4E26C: hue angle of 59º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E4E26C is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 226 | 108 | - |
| CMYK | 0 | 0.01 | 0.53 | 0.11 |
| HSL | 59º | 0.69% | 0.66% | - |
| HSV(B) | 59º | 0.53% | 0.89% | - |
| XYZ | 61.9 | 71.97 | 24.82 | - |
| YUV | 213.15 | 68.66 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 226 | 108 | 0 | 0.01 | 0.53 | 0.11 | 59 | 0.69 | 0.66 |
| Hex | E4 | E2 | 6C | 0 | 1 | 35 | B | 3B | 45 | 42 |
| Octal | 344 | 342 | 154 | 0 | 1 | 65 | 13 | 73 | 105 | 102 |
| Binary | 11100100 | 11100010 | 1101100 | 0 | 1 | 110101 | 1011 | 111011 | 1000101 | 1000010 |
Color Harmonies of #E4E26C
Complementary color
Monochromatic Colors of #E4E26C
Black with #E4E26C
Text Example
Text Example
White with #E4E26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4E26C; }
p { color: rgb(228,226,108); }
H1.HeaderClassName
{
color: #E4E26C;
}
.AnyTagClassName
{
color: #E4E26C;
}
</style>
background-color css
<style>
a { background-color: #E4E26C; }
a { background-color: rgb(228,226,108); }
div.DivClassName
{
background-color: #E4E26C;
}
.BgClassName
{
background-color: #E4E26C;
}
</style>
border-color css
<style>
span { border-color: #E4E26C; }
span { border-color: rgb(228,226,108); }
td.TdClassName
{
border-color: #E4E26C;
}
.TagClassName
{
border-color: #E4E26C;
}
</style>