Shades of Wild Rice #E2DB7A
Tints of Wild Rice #E2DB7A
RGB
CMYK
RGB Variations
Color information
#E2DB7A (or 0xE2DB7A) is known color: Wild Rice. HEX triplet: E2, DB and 7A. RGB value is (226,219,122). Sum of RGB (Red+Green+Blue) = 226+219+122=567 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.86% from 567); Green value is 219 (85.94% from 255 or 38.62% from 567); Blue value is 122 (48.05% from 255 or 21.52% from 567); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DB7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DB7A is #1D2485. Grayscale: #D2D2D2. Windows color (decimal): -1909894 or 8051682. OLE color: 8051682.
HSL color Cylindrical-coordinate representation of color #E2DB7A: hue angle of 55.96º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E2DB7A is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 219 | 122 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.11 |
| HSL | 55.96º | 0.64% | 0.68% | - |
| HSV(B) | 55.96º | 0.46% | 0.89% | - |
| XYZ | 60.21 | 68.24 | 28.41 | - |
| YUV | 210.04 | 78.32 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 219 | 122 | 0 | 0.03 | 0.46 | 0.11 | 55.96 | 0.64 | 0.68 |
| Hex | E2 | DB | 7A | 0 | 3 | 2E | B | 38 | 40 | 44 |
| Octal | 342 | 333 | 172 | 0 | 3 | 56 | 13 | 70 | 100 | 104 |
| Binary | 11100010 | 11011011 | 1111010 | 0 | 11 | 101110 | 1011 | 111000 | 1000000 | 1000100 |
Color Harmonies of #E2DB7A
Complementary color
Monochromatic Colors of #E2DB7A
Black with #E2DB7A
Text Example
Text Example
White with #E2DB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DB7A; }
p { color: rgb(226,219,122); }
H1.HeaderClassName
{
color: #E2DB7A;
}
.AnyTagClassName
{
color: #E2DB7A;
}
</style>
background-color css
<style>
a { background-color: #E2DB7A; }
a { background-color: rgb(226,219,122); }
div.DivClassName
{
background-color: #E2DB7A;
}
.BgClassName
{
background-color: #E2DB7A;
}
</style>
border-color css
<style>
span { border-color: #E2DB7A; }
span { border-color: rgb(226,219,122); }
td.TdClassName
{
border-color: #E2DB7A;
}
.TagClassName
{
border-color: #E2DB7A;
}
</style>