Shades of Wild Rice #E1D36F
Tints of Wild Rice #E1D36F
RGB
CMYK
RGB Variations
Color information
#E1D36F (or 0xE1D36F) is known color: Wild Rice. HEX triplet: E1, D3 and 6F. RGB value is (225,211,111). Sum of RGB (Red+Green+Blue) = 225+211+111=547 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.13% from 547); Green value is 211 (82.81% from 255 or 38.57% from 547); Blue value is 111 (43.75% from 255 or 20.29% from 547); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D36F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D36F is #1E2C90. Grayscale: #CCCCCC. Windows color (decimal): -1977489 or 7328737. OLE color: 7328737.
HSL color Cylindrical-coordinate representation of color #E1D36F: hue angle of 52.63º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E1D36F is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 211 | 111 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.12 |
| HSL | 52.63º | 0.66% | 0.66% | - |
| HSV(B) | 52.63º | 0.51% | 0.88% | - |
| XYZ | 57.21 | 63.74 | 24.33 | - |
| YUV | 203.79 | 75.64 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 211 | 111 | 0 | 0.06 | 0.51 | 0.12 | 52.63 | 0.66 | 0.66 |
| Hex | E1 | D3 | 6F | 0 | 6 | 33 | C | 35 | 42 | 42 |
| Octal | 341 | 323 | 157 | 0 | 6 | 63 | 14 | 65 | 102 | 102 |
| Binary | 11100001 | 11010011 | 1101111 | 0 | 110 | 110011 | 1100 | 110101 | 1000010 | 1000010 |
Color Harmonies of #E1D36F
Complementary color
Monochromatic Colors of #E1D36F
Black with #E1D36F
Text Example
Text Example
White with #E1D36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D36F; }
p { color: rgb(225,211,111); }
H1.HeaderClassName
{
color: #E1D36F;
}
.AnyTagClassName
{
color: #E1D36F;
}
</style>
background-color css
<style>
a { background-color: #E1D36F; }
a { background-color: rgb(225,211,111); }
div.DivClassName
{
background-color: #E1D36F;
}
.BgClassName
{
background-color: #E1D36F;
}
</style>
border-color css
<style>
span { border-color: #E1D36F; }
span { border-color: rgb(225,211,111); }
td.TdClassName
{
border-color: #E1D36F;
}
.TagClassName
{
border-color: #E1D36F;
}
</style>