Shades of Wild Rice #E2DB7D
Tints of Wild Rice #E2DB7D
RGB
CMYK
RGB Variations
Color information
#E2DB7D (or 0xE2DB7D) is known color: Wild Rice. HEX triplet: E2, DB and 7D. RGB value is (226,219,125). Sum of RGB (Red+Green+Blue) = 226+219+125=570 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.65% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 125 (49.22% from 255 or 21.93% from 570); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DB7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DB7D is #1D2482. Grayscale: #D2D2D2. Windows color (decimal): -1909891 or 8248290. OLE color: 8248290.
HSL color Cylindrical-coordinate representation of color #E2DB7D: hue angle of 55.84º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E2DB7D is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 219 | 125 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.11 |
| HSL | 55.84º | 0.64% | 0.69% | - |
| HSV(B) | 55.84º | 0.45% | 0.89% | - |
| XYZ | 60.4 | 68.31 | 29.4 | - |
| YUV | 210.38 | 79.82 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 219 | 125 | 0 | 0.03 | 0.45 | 0.11 | 55.84 | 0.64 | 0.69 |
| Hex | E2 | DB | 7D | 0 | 3 | 2D | B | 38 | 40 | 45 |
| Octal | 342 | 333 | 175 | 0 | 3 | 55 | 13 | 70 | 100 | 105 |
| Binary | 11100010 | 11011011 | 1111101 | 0 | 11 | 101101 | 1011 | 111000 | 1000000 | 1000101 |
Color Harmonies of #E2DB7D
Complementary color
Monochromatic Colors of #E2DB7D
Black with #E2DB7D
Text Example
Text Example
White with #E2DB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DB7D; }
p { color: rgb(226,219,125); }
H1.HeaderClassName
{
color: #E2DB7D;
}
.AnyTagClassName
{
color: #E2DB7D;
}
</style>
background-color css
<style>
a { background-color: #E2DB7D; }
a { background-color: rgb(226,219,125); }
div.DivClassName
{
background-color: #E2DB7D;
}
.BgClassName
{
background-color: #E2DB7D;
}
</style>
border-color css
<style>
span { border-color: #E2DB7D; }
span { border-color: rgb(226,219,125); }
td.TdClassName
{
border-color: #E2DB7D;
}
.TagClassName
{
border-color: #E2DB7D;
}
</style>