Shades of Wild Rice #E1D27A
Tints of Wild Rice #E1D27A
RGB
CMYK
RGB Variations
Color information
#E1D27A (or 0xE1D27A) is known color: Wild Rice. HEX triplet: E1, D2 and 7A. RGB value is (225,210,122). Sum of RGB (Red+Green+Blue) = 225+210+122=557 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.39% from 557); Green value is 210 (82.42% from 255 or 37.70% from 557); Blue value is 122 (48.05% from 255 or 21.90% from 557); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D27A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D27A is #1E2D85. Grayscale: #CCCCCC. Windows color (decimal): -1977734 or 8049377. OLE color: 8049377.
HSL color Cylindrical-coordinate representation of color #E1D27A: hue angle of 51.26º 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 #E1D27A is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 210 | 122 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.12 |
| HSL | 51.26º | 0.63% | 0.68% | - |
| HSV(B) | 51.26º | 0.46% | 0.88% | - |
| XYZ | 57.61 | 63.51 | 27.63 | - |
| YUV | 204.45 | 81.47 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 210 | 122 | 0 | 0.07 | 0.46 | 0.12 | 51.26 | 0.63 | 0.68 |
| Hex | E1 | D2 | 7A | 0 | 7 | 2E | C | 33 | 3F | 44 |
| Octal | 341 | 322 | 172 | 0 | 7 | 56 | 14 | 63 | 77 | 104 |
| Binary | 11100001 | 11010010 | 1111010 | 0 | 111 | 101110 | 1100 | 110011 | 111111 | 1000100 |
Color Harmonies of #E1D27A
Complementary color
Monochromatic Colors of #E1D27A
Black with #E1D27A
Text Example
Text Example
White with #E1D27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D27A; }
p { color: rgb(225,210,122); }
H1.HeaderClassName
{
color: #E1D27A;
}
.AnyTagClassName
{
color: #E1D27A;
}
</style>
background-color css
<style>
a { background-color: #E1D27A; }
a { background-color: rgb(225,210,122); }
div.DivClassName
{
background-color: #E1D27A;
}
.BgClassName
{
background-color: #E1D27A;
}
</style>
border-color css
<style>
span { border-color: #E1D27A; }
span { border-color: rgb(225,210,122); }
td.TdClassName
{
border-color: #E1D27A;
}
.TagClassName
{
border-color: #E1D27A;
}
</style>