Shades of Goldenrod #E0E274
Tints of Goldenrod #E0E274
RGB
CMYK
RGB Variations
Color information
#E0E274 (or 0xE0E274) is known color: Goldenrod. HEX triplet: E0, E2 and 74. RGB value is (224,226,116). Sum of RGB (Red+Green+Blue) = 224+226+116=566 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.58% from 566); Green value is 226 (88.67% from 255 or 39.93% from 566); Blue value is 116 (45.70% from 255 or 20.49% from 566); Max value from RGB is 226 - color contains mainly: green. Hex color #E0E274 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0E274 is #1F1D8B. Grayscale: #D5D5D5. Windows color (decimal): -2039180 or 7660256. OLE color: 7660256.
HSL color Cylindrical-coordinate representation of color #E0E274: hue angle of 61.09º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E0E274 is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 226 | 116 | - |
| CMYK | 0.01 | 0 | 0.49 | 0.11 |
| HSL | 61.09º | 0.65% | 0.67% | - |
| HSV(B) | 61.09º | 0.49% | 0.89% | - |
| XYZ | 61.09 | 71.5 | 27.1 | - |
| YUV | 212.86 | 73.34 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 226 | 116 | 0.01 | 0 | 0.49 | 0.11 | 61.09 | 0.65 | 0.67 |
| Hex | E0 | E2 | 74 | 1 | 0 | 31 | B | 3D | 41 | 43 |
| Octal | 340 | 342 | 164 | 1 | 0 | 61 | 13 | 75 | 101 | 103 |
| Binary | 11100000 | 11100010 | 1110100 | 1 | 0 | 110001 | 1011 | 111101 | 1000001 | 1000011 |
Color Harmonies of #E0E274
Complementary color
Monochromatic Colors of #E0E274
Black with #E0E274
Text Example
Text Example
White with #E0E274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E274; }
p { color: rgb(224,226,116); }
H1.HeaderClassName
{
color: #E0E274;
}
.AnyTagClassName
{
color: #E0E274;
}
</style>
background-color css
<style>
a { background-color: #E0E274; }
a { background-color: rgb(224,226,116); }
div.DivClassName
{
background-color: #E0E274;
}
.BgClassName
{
background-color: #E0E274;
}
</style>
border-color css
<style>
span { border-color: #E0E274; }
span { border-color: rgb(224,226,116); }
td.TdClassName
{
border-color: #E0E274;
}
.TagClassName
{
border-color: #E0E274;
}
</style>