Shades of Wild Rice #E1DB7B
Tints of Wild Rice #E1DB7B
RGB
CMYK
RGB Variations
Color information
#E1DB7B (or 0xE1DB7B) is known color: Wild Rice. HEX triplet: E1, DB and 7B. RGB value is (225,219,123). Sum of RGB (Red+Green+Blue) = 225+219+123=567 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.68% from 567); Green value is 219 (85.94% from 255 or 38.62% from 567); Blue value is 123 (48.44% from 255 or 21.69% from 567); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DB7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DB7B is #1E2484. Grayscale: #D2D2D2. Windows color (decimal): -1975429 or 8117217. OLE color: 8117217.
HSL color Cylindrical-coordinate representation of color #E1DB7B: hue angle of 56.47º degrees, saturation: 0.63, 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 #E1DB7B is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 219 | 123 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.12 |
| HSL | 56.47º | 0.63% | 0.68% | - |
| HSV(B) | 56.47º | 0.45% | 0.88% | - |
| XYZ | 59.96 | 68.1 | 28.72 | - |
| YUV | 209.85 | 78.99 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 219 | 123 | 0 | 0.03 | 0.45 | 0.12 | 56.47 | 0.63 | 0.68 |
| Hex | E1 | DB | 7B | 0 | 3 | 2D | C | 38 | 3F | 44 |
| Octal | 341 | 333 | 173 | 0 | 3 | 55 | 14 | 70 | 77 | 104 |
| Binary | 11100001 | 11011011 | 1111011 | 0 | 11 | 101101 | 1100 | 111000 | 111111 | 1000100 |
Color Harmonies of #E1DB7B
Complementary color
Monochromatic Colors of #E1DB7B
Black with #E1DB7B
Text Example
Text Example
White with #E1DB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DB7B; }
p { color: rgb(225,219,123); }
H1.HeaderClassName
{
color: #E1DB7B;
}
.AnyTagClassName
{
color: #E1DB7B;
}
</style>
background-color css
<style>
a { background-color: #E1DB7B; }
a { background-color: rgb(225,219,123); }
div.DivClassName
{
background-color: #E1DB7B;
}
.BgClassName
{
background-color: #E1DB7B;
}
</style>
border-color css
<style>
span { border-color: #E1DB7B; }
span { border-color: rgb(225,219,123); }
td.TdClassName
{
border-color: #E1DB7B;
}
.TagClassName
{
border-color: #E1DB7B;
}
</style>