Shades of Goldenrod #E4E06D
Tints of Goldenrod #E4E06D
RGB
CMYK
RGB Variations
Color information
#E4E06D (or 0xE4E06D) is known color: Goldenrod. HEX triplet: E4, E0 and 6D. RGB value is (228,224,109). Sum of RGB (Red+Green+Blue) = 228+224+109=561 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.64% from 561); Green value is 224 (87.89% from 255 or 39.93% from 561); Blue value is 109 (42.97% from 255 or 19.43% from 561); Max value from RGB is 228 - color contains mainly: red. Hex color #E4E06D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4E06D is #1B1F92. Grayscale: #D4D4D4. Windows color (decimal): -1777555 or 7200996. OLE color: 7200996.
HSL color Cylindrical-coordinate representation of color #E4E06D: hue angle of 57.98º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E4E06D is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 224 | 109 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.11 |
| HSL | 57.98º | 0.69% | 0.66% | - |
| HSV(B) | 57.98º | 0.52% | 0.89% | - |
| XYZ | 61.41 | 70.91 | 24.92 | - |
| YUV | 212.09 | 69.83 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 224 | 109 | 0 | 0.02 | 0.52 | 0.11 | 57.98 | 0.69 | 0.66 |
| Hex | E4 | E0 | 6D | 0 | 2 | 34 | B | 3A | 45 | 42 |
| Octal | 344 | 340 | 155 | 0 | 2 | 64 | 13 | 72 | 105 | 102 |
| Binary | 11100100 | 11100000 | 1101101 | 0 | 10 | 110100 | 1011 | 111010 | 1000101 | 1000010 |
Color Harmonies of #E4E06D
Complementary color
Monochromatic Colors of #E4E06D
Black with #E4E06D
Text Example
Text Example
White with #E4E06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4E06D; }
p { color: rgb(228,224,109); }
H1.HeaderClassName
{
color: #E4E06D;
}
.AnyTagClassName
{
color: #E4E06D;
}
</style>
background-color css
<style>
a { background-color: #E4E06D; }
a { background-color: rgb(228,224,109); }
div.DivClassName
{
background-color: #E4E06D;
}
.BgClassName
{
background-color: #E4E06D;
}
</style>
border-color css
<style>
span { border-color: #E4E06D; }
span { border-color: rgb(228,224,109); }
td.TdClassName
{
border-color: #E4E06D;
}
.TagClassName
{
border-color: #E4E06D;
}
</style>