Shades of Goldenrod #E5E075
Tints of Goldenrod #E5E075
RGB
CMYK
RGB Variations
Color information
#E5E075 (or 0xE5E075) is known color: Goldenrod. HEX triplet: E5, E0 and 75. RGB value is (229,224,117). Sum of RGB (Red+Green+Blue) = 229+224+117=570 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.18% from 570); Green value is 224 (87.89% from 255 or 39.30% from 570); Blue value is 117 (46.09% from 255 or 20.53% from 570); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E075 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5E075 is #1A1F8A. Grayscale: #D5D5D5. Windows color (decimal): -1712011 or 7725285. OLE color: 7725285.
HSL color Cylindrical-coordinate representation of color #E5E075: hue angle of 57.32º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E5E075 is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 224 | 117 | - |
| CMYK | 0 | 0.02 | 0.49 | 0.10 |
| HSL | 57.32º | 0.68% | 0.68% | - |
| HSV(B) | 57.32º | 0.49% | 0.9% | - |
| XYZ | 62.18 | 71.25 | 27.31 | - |
| YUV | 213.3 | 73.66 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 224 | 117 | 0 | 0.02 | 0.49 | 0.10 | 57.32 | 0.68 | 0.68 |
| Hex | E5 | E0 | 75 | 0 | 2 | 31 | A | 39 | 44 | 44 |
| Octal | 345 | 340 | 165 | 0 | 2 | 61 | 12 | 71 | 104 | 104 |
| Binary | 11100101 | 11100000 | 1110101 | 0 | 10 | 110001 | 1010 | 111001 | 1000100 | 1000100 |
Color Harmonies of #E5E075
Complementary color
Monochromatic Colors of #E5E075
Black with #E5E075
Text Example
Text Example
White with #E5E075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E075; }
p { color: rgb(229,224,117); }
H1.HeaderClassName
{
color: #E5E075;
}
.AnyTagClassName
{
color: #E5E075;
}
</style>
background-color css
<style>
a { background-color: #E5E075; }
a { background-color: rgb(229,224,117); }
div.DivClassName
{
background-color: #E5E075;
}
.BgClassName
{
background-color: #E5E075;
}
</style>
border-color css
<style>
span { border-color: #E5E075; }
span { border-color: rgb(229,224,117); }
td.TdClassName
{
border-color: #E5E075;
}
.TagClassName
{
border-color: #E5E075;
}
</style>