Shades of Wild Rice #E1D27C
Tints of Wild Rice #E1D27C
RGB
CMYK
RGB Variations
Color information
#E1D27C (or 0xE1D27C) is known color: Wild Rice. HEX triplet: E1, D2 and 7C. RGB value is (225,210,124). Sum of RGB (Red+Green+Blue) = 225+210+124=559 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.25% from 559); Green value is 210 (82.42% from 255 or 37.57% from 559); Blue value is 124 (48.83% from 255 or 22.18% from 559); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D27C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D27C is #1E2D83. Grayscale: #CDCDCD. Windows color (decimal): -1977732 or 8180449. OLE color: 8180449.
HSL color Cylindrical-coordinate representation of color #E1D27C: hue angle of 51.09º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E1D27C is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 210 | 124 | - |
| CMYK | 0 | 0.07 | 0.45 | 0.12 |
| HSL | 51.09º | 0.63% | 0.68% | - |
| HSV(B) | 51.09º | 0.45% | 0.88% | - |
| XYZ | 57.74 | 63.56 | 28.29 | - |
| YUV | 204.68 | 82.47 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 210 | 124 | 0 | 0.07 | 0.45 | 0.12 | 51.09 | 0.63 | 0.68 |
| Hex | E1 | D2 | 7C | 0 | 7 | 2D | C | 33 | 3F | 44 |
| Octal | 341 | 322 | 174 | 0 | 7 | 55 | 14 | 63 | 77 | 104 |
| Binary | 11100001 | 11010010 | 1111100 | 0 | 111 | 101101 | 1100 | 110011 | 111111 | 1000100 |
Color Harmonies of #E1D27C
Complementary color
Monochromatic Colors of #E1D27C
Black with #E1D27C
Text Example
Text Example
White with #E1D27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D27C; }
p { color: rgb(225,210,124); }
H1.HeaderClassName
{
color: #E1D27C;
}
.AnyTagClassName
{
color: #E1D27C;
}
</style>
background-color css
<style>
a { background-color: #E1D27C; }
a { background-color: rgb(225,210,124); }
div.DivClassName
{
background-color: #E1D27C;
}
.BgClassName
{
background-color: #E1D27C;
}
</style>
border-color css
<style>
span { border-color: #E1D27C; }
span { border-color: rgb(225,210,124); }
td.TdClassName
{
border-color: #E1D27C;
}
.TagClassName
{
border-color: #E1D27C;
}
</style>