Shades of Goldenrod #E0DF7B
Tints of Goldenrod #E0DF7B
RGB
CMYK
RGB Variations
Color information
#E0DF7B (or 0xE0DF7B) is known color: Goldenrod. HEX triplet: E0, DF and 7B. RGB value is (224,223,123). Sum of RGB (Red+Green+Blue) = 224+223+123=570 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.30% from 570); Green value is 223 (87.5% from 255 or 39.12% from 570); Blue value is 123 (48.44% from 255 or 21.58% from 570); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DF7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0DF7B is #1F2084. Grayscale: #D4D4D4. Windows color (decimal): -2039941 or 8118240. OLE color: 8118240.
HSL color Cylindrical-coordinate representation of color #E0DF7B: hue angle of 59.41º 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 #E0DF7B is Cyan = 0, Magento = 0.00, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 223 | 123 | - |
| CMYK | 0 | 0.00 | 0.45 | 0.12 |
| HSL | 59.41º | 0.62% | 0.68% | - |
| HSV(B) | 59.41º | 0.45% | 0.88% | - |
| XYZ | 60.7 | 70.05 | 29.06 | - |
| YUV | 211.9 | 77.83 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 223 | 123 | 0 | 0.00 | 0.45 | 0.12 | 59.41 | 0.62 | 0.68 |
| Hex | E0 | DF | 7B | 0 | 0 | 2D | C | 3B | 3E | 44 |
| Octal | 340 | 337 | 173 | 0 | 0 | 55 | 14 | 73 | 76 | 104 |
| Binary | 11100000 | 11011111 | 1111011 | 0 | 0 | 101101 | 1100 | 111011 | 111110 | 1000100 |
Color Harmonies of #E0DF7B
Complementary color
Monochromatic Colors of #E0DF7B
Black with #E0DF7B
Text Example
Text Example
White with #E0DF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DF7B; }
p { color: rgb(224,223,123); }
H1.HeaderClassName
{
color: #E0DF7B;
}
.AnyTagClassName
{
color: #E0DF7B;
}
</style>
background-color css
<style>
a { background-color: #E0DF7B; }
a { background-color: rgb(224,223,123); }
div.DivClassName
{
background-color: #E0DF7B;
}
.BgClassName
{
background-color: #E0DF7B;
}
</style>
border-color css
<style>
span { border-color: #E0DF7B; }
span { border-color: rgb(224,223,123); }
td.TdClassName
{
border-color: #E0DF7B;
}
.TagClassName
{
border-color: #E0DF7B;
}
</style>