Shades of Goldenrod #E2DE74
Tints of Goldenrod #E2DE74
RGB
CMYK
RGB Variations
Color information
#E2DE74 (or 0xE2DE74) is known color: Goldenrod. HEX triplet: E2, DE and 74. RGB value is (226,222,116). Sum of RGB (Red+Green+Blue) = 226+222+116=564 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.07% from 564); Green value is 222 (87.11% from 255 or 39.36% from 564); Blue value is 116 (45.70% from 255 or 20.57% from 564); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DE74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DE74 is #1D218B. Grayscale: #D3D3D3. Windows color (decimal): -1909132 or 7659234. OLE color: 7659234.
HSL color Cylindrical-coordinate representation of color #E2DE74: hue angle of 57.82º 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 #E2DE74 is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 222 | 116 | - |
| CMYK | 0 | 0.02 | 0.49 | 0.11 |
| HSL | 57.82º | 0.65% | 0.67% | - |
| HSV(B) | 57.82º | 0.49% | 0.89% | - |
| XYZ | 60.64 | 69.67 | 26.78 | - |
| YUV | 211.11 | 74.33 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 222 | 116 | 0 | 0.02 | 0.49 | 0.11 | 57.82 | 0.65 | 0.67 |
| Hex | E2 | DE | 74 | 0 | 2 | 31 | B | 3A | 41 | 43 |
| Octal | 342 | 336 | 164 | 0 | 2 | 61 | 13 | 72 | 101 | 103 |
| Binary | 11100010 | 11011110 | 1110100 | 0 | 10 | 110001 | 1011 | 111010 | 1000001 | 1000011 |
Color Harmonies of #E2DE74
Complementary color
Monochromatic Colors of #E2DE74
Black with #E2DE74
Text Example
Text Example
White with #E2DE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DE74; }
p { color: rgb(226,222,116); }
H1.HeaderClassName
{
color: #E2DE74;
}
.AnyTagClassName
{
color: #E2DE74;
}
</style>
background-color css
<style>
a { background-color: #E2DE74; }
a { background-color: rgb(226,222,116); }
div.DivClassName
{
background-color: #E2DE74;
}
.BgClassName
{
background-color: #E2DE74;
}
</style>
border-color css
<style>
span { border-color: #E2DE74; }
span { border-color: rgb(226,222,116); }
td.TdClassName
{
border-color: #E2DE74;
}
.TagClassName
{
border-color: #E2DE74;
}
</style>