Shades of Wild Rice #E1D07A
Tints of Wild Rice #E1D07A
RGB
CMYK
RGB Variations
Color information
#E1D07A (or 0xE1D07A) is known color: Wild Rice. HEX triplet: E1, D0 and 7A. RGB value is (225,208,122). Sum of RGB (Red+Green+Blue) = 225+208+122=555 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.54% from 555); Green value is 208 (81.64% from 255 or 37.48% from 555); Blue value is 122 (48.05% from 255 or 21.98% from 555); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D07A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D07A is #1E2F85. Grayscale: #CBCBCB. Windows color (decimal): -1978246 or 8048865. OLE color: 8048865.
HSL color Cylindrical-coordinate representation of color #E1D07A: hue angle of 50.1º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E1D07A is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 208 | 122 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.12 |
| HSL | 50.1º | 0.63% | 0.68% | - |
| HSV(B) | 50.1º | 0.46% | 0.88% | - |
| XYZ | 57.12 | 62.52 | 27.47 | - |
| YUV | 203.28 | 82.13 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 208 | 122 | 0 | 0.08 | 0.46 | 0.12 | 50.1 | 0.63 | 0.68 |
| Hex | E1 | D0 | 7A | 0 | 8 | 2E | C | 32 | 3F | 44 |
| Octal | 341 | 320 | 172 | 0 | 10 | 56 | 14 | 62 | 77 | 104 |
| Binary | 11100001 | 11010000 | 1111010 | 0 | 1000 | 101110 | 1100 | 110010 | 111111 | 1000100 |
Color Harmonies of #E1D07A
Complementary color
Monochromatic Colors of #E1D07A
Black with #E1D07A
Text Example
Text Example
White with #E1D07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D07A; }
p { color: rgb(225,208,122); }
H1.HeaderClassName
{
color: #E1D07A;
}
.AnyTagClassName
{
color: #E1D07A;
}
</style>
background-color css
<style>
a { background-color: #E1D07A; }
a { background-color: rgb(225,208,122); }
div.DivClassName
{
background-color: #E1D07A;
}
.BgClassName
{
background-color: #E1D07A;
}
</style>
border-color css
<style>
span { border-color: #E1D07A; }
span { border-color: rgb(225,208,122); }
td.TdClassName
{
border-color: #E1D07A;
}
.TagClassName
{
border-color: #E1D07A;
}
</style>