Shades of Goldenrod #E0DF76
Tints of Goldenrod #E0DF76
RGB
CMYK
RGB Variations
Color information
#E0DF76 (or 0xE0DF76) is known color: Goldenrod. HEX triplet: E0, DF and 76. RGB value is (224,223,118). Sum of RGB (Red+Green+Blue) = 224+223+118=565 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.65% from 565); Green value is 223 (87.5% from 255 or 39.47% from 565); Blue value is 118 (46.48% from 255 or 20.88% from 565); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DF76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0DF76 is #1F2089. Grayscale: #D3D3D3. Windows color (decimal): -2039946 or 7790560. OLE color: 7790560.
HSL color Cylindrical-coordinate representation of color #E0DF76: hue angle of 59.43º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E0DF76 is Cyan = 0, Magento = 0.00, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 223 | 118 | - |
| CMYK | 0 | 0.00 | 0.47 | 0.12 |
| HSL | 59.43º | 0.63% | 0.67% | - |
| HSV(B) | 59.43º | 0.47% | 0.88% | - |
| XYZ | 60.4 | 69.93 | 27.45 | - |
| YUV | 211.33 | 75.33 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 223 | 118 | 0 | 0.00 | 0.47 | 0.12 | 59.43 | 0.63 | 0.67 |
| Hex | E0 | DF | 76 | 0 | 0 | 2F | C | 3B | 3F | 43 |
| Octal | 340 | 337 | 166 | 0 | 0 | 57 | 14 | 73 | 77 | 103 |
| Binary | 11100000 | 11011111 | 1110110 | 0 | 0 | 101111 | 1100 | 111011 | 111111 | 1000011 |
Color Harmonies of #E0DF76
Complementary color
Monochromatic Colors of #E0DF76
Black with #E0DF76
Text Example
Text Example
White with #E0DF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DF76; }
p { color: rgb(224,223,118); }
H1.HeaderClassName
{
color: #E0DF76;
}
.AnyTagClassName
{
color: #E0DF76;
}
</style>
background-color css
<style>
a { background-color: #E0DF76; }
a { background-color: rgb(224,223,118); }
div.DivClassName
{
background-color: #E0DF76;
}
.BgClassName
{
background-color: #E0DF76;
}
</style>
border-color css
<style>
span { border-color: #E0DF76; }
span { border-color: rgb(224,223,118); }
td.TdClassName
{
border-color: #E0DF76;
}
.TagClassName
{
border-color: #E0DF76;
}
</style>