Shades of Wild Rice #E2D07A
Tints of Wild Rice #E2D07A
RGB
CMYK
RGB Variations
Color information
#E2D07A (or 0xE2D07A) is known color: Wild Rice. HEX triplet: E2, D0 and 7A. RGB value is (226,208,122). Sum of RGB (Red+Green+Blue) = 226+208+122=556 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.65% from 556); Green value is 208 (81.64% from 255 or 37.41% from 556); Blue value is 122 (48.05% from 255 or 21.94% from 556); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D07A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D07A is #1D2F85. Grayscale: #CBCBCB. Windows color (decimal): -1912710 or 8048866. OLE color: 8048866.
HSL color Cylindrical-coordinate representation of color #E2D07A: hue angle of 49.62º 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 #E2D07A is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 208 | 122 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.11 |
| HSL | 49.62º | 0.64% | 0.68% | - |
| HSV(B) | 49.62º | 0.46% | 0.89% | - |
| XYZ | 57.43 | 62.69 | 27.48 | - |
| YUV | 203.58 | 81.96 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 208 | 122 | 0 | 0.08 | 0.46 | 0.11 | 49.62 | 0.64 | 0.68 |
| Hex | E2 | D0 | 7A | 0 | 8 | 2E | B | 32 | 40 | 44 |
| Octal | 342 | 320 | 172 | 0 | 10 | 56 | 13 | 62 | 100 | 104 |
| Binary | 11100010 | 11010000 | 1111010 | 0 | 1000 | 101110 | 1011 | 110010 | 1000000 | 1000100 |
Color Harmonies of #E2D07A
Complementary color
Monochromatic Colors of #E2D07A
Black with #E2D07A
Text Example
Text Example
White with #E2D07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D07A; }
p { color: rgb(226,208,122); }
H1.HeaderClassName
{
color: #E2D07A;
}
.AnyTagClassName
{
color: #E2D07A;
}
</style>
background-color css
<style>
a { background-color: #E2D07A; }
a { background-color: rgb(226,208,122); }
div.DivClassName
{
background-color: #E2D07A;
}
.BgClassName
{
background-color: #E2D07A;
}
</style>
border-color css
<style>
span { border-color: #E2D07A; }
span { border-color: rgb(226,208,122); }
td.TdClassName
{
border-color: #E2D07A;
}
.TagClassName
{
border-color: #E2D07A;
}
</style>