Shades of Goldenrod #E0DD7B
Tints of Goldenrod #E0DD7B
RGB
CMYK
RGB Variations
Color information
#E0DD7B (or 0xE0DD7B) is known color: Goldenrod. HEX triplet: E0, DD and 7B. RGB value is (224,221,123). Sum of RGB (Red+Green+Blue) = 224+221+123=568 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.44% from 568); Green value is 221 (86.72% from 255 or 38.91% from 568); Blue value is 123 (48.44% from 255 or 21.65% from 568); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DD7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0DD7B is #1F2284. Grayscale: #D3D3D3. Windows color (decimal): -2040453 or 8117728. OLE color: 8117728.
HSL color Cylindrical-coordinate representation of color #E0DD7B: hue angle of 58.22º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E0DD7B is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 221 | 123 | - |
| CMYK | 0 | 0.01 | 0.45 | 0.12 |
| HSL | 58.22º | 0.62% | 0.68% | - |
| HSV(B) | 58.22º | 0.45% | 0.88% | - |
| XYZ | 60.17 | 68.99 | 28.88 | - |
| YUV | 210.73 | 78.49 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 221 | 123 | 0 | 0.01 | 0.45 | 0.12 | 58.22 | 0.62 | 0.68 |
| Hex | E0 | DD | 7B | 0 | 1 | 2D | C | 3A | 3E | 44 |
| Octal | 340 | 335 | 173 | 0 | 1 | 55 | 14 | 72 | 76 | 104 |
| Binary | 11100000 | 11011101 | 1111011 | 0 | 1 | 101101 | 1100 | 111010 | 111110 | 1000100 |
Color Harmonies of #E0DD7B
Complementary color
Monochromatic Colors of #E0DD7B
Black with #E0DD7B
Text Example
Text Example
White with #E0DD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DD7B; }
p { color: rgb(224,221,123); }
H1.HeaderClassName
{
color: #E0DD7B;
}
.AnyTagClassName
{
color: #E0DD7B;
}
</style>
background-color css
<style>
a { background-color: #E0DD7B; }
a { background-color: rgb(224,221,123); }
div.DivClassName
{
background-color: #E0DD7B;
}
.BgClassName
{
background-color: #E0DD7B;
}
</style>
border-color css
<style>
span { border-color: #E0DD7B; }
span { border-color: rgb(224,221,123); }
td.TdClassName
{
border-color: #E0DD7B;
}
.TagClassName
{
border-color: #E0DD7B;
}
</style>