Shades of Wild Rice #E0DB7B
Tints of Wild Rice #E0DB7B
RGB
CMYK
RGB Variations
Color information
#E0DB7B (or 0xE0DB7B) is known color: Wild Rice. HEX triplet: E0, DB and 7B. RGB value is (224,219,123). Sum of RGB (Red+Green+Blue) = 224+219+123=566 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.58% from 566); Green value is 219 (85.94% from 255 or 38.69% from 566); Blue value is 123 (48.44% from 255 or 21.73% from 566); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DB7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0DB7B is #1F2484. Grayscale: #D1D1D1. Windows color (decimal): -2040965 or 8117216. OLE color: 8117216.
HSL color Cylindrical-coordinate representation of color #E0DB7B: hue angle of 57.03º 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 #E0DB7B is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 219 | 123 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.12 |
| HSL | 57.03º | 0.62% | 0.68% | - |
| HSV(B) | 57.03º | 0.45% | 0.88% | - |
| XYZ | 59.65 | 67.94 | 28.71 | - |
| YUV | 209.55 | 79.16 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 219 | 123 | 0 | 0.02 | 0.45 | 0.12 | 57.03 | 0.62 | 0.68 |
| Hex | E0 | DB | 7B | 0 | 2 | 2D | C | 39 | 3E | 44 |
| Octal | 340 | 333 | 173 | 0 | 2 | 55 | 14 | 71 | 76 | 104 |
| Binary | 11100000 | 11011011 | 1111011 | 0 | 10 | 101101 | 1100 | 111001 | 111110 | 1000100 |
Color Harmonies of #E0DB7B
Complementary color
Monochromatic Colors of #E0DB7B
Black with #E0DB7B
Text Example
Text Example
White with #E0DB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DB7B; }
p { color: rgb(224,219,123); }
H1.HeaderClassName
{
color: #E0DB7B;
}
.AnyTagClassName
{
color: #E0DB7B;
}
</style>
background-color css
<style>
a { background-color: #E0DB7B; }
a { background-color: rgb(224,219,123); }
div.DivClassName
{
background-color: #E0DB7B;
}
.BgClassName
{
background-color: #E0DB7B;
}
</style>
border-color css
<style>
span { border-color: #E0DB7B; }
span { border-color: rgb(224,219,123); }
td.TdClassName
{
border-color: #E0DB7B;
}
.TagClassName
{
border-color: #E0DB7B;
}
</style>