Shades of Wild Rice #E1D273
Tints of Wild Rice #E1D273
RGB
CMYK
RGB Variations
Color information
#E1D273 (or 0xE1D273) is known color: Wild Rice. HEX triplet: E1, D2 and 73. RGB value is (225,210,115). Sum of RGB (Red+Green+Blue) = 225+210+115=550 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.91% from 550); Green value is 210 (82.42% from 255 or 38.18% from 550); Blue value is 115 (45.31% from 255 or 20.91% from 550); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D273 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D273 is #1E2D8C. Grayscale: #CCCCCC. Windows color (decimal): -1977741 or 7590625. OLE color: 7590625.
HSL color Cylindrical-coordinate representation of color #E1D273: hue angle of 51.82º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E1D273 is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 210 | 115 | - |
| CMYK | 0 | 0.07 | 0.49 | 0.12 |
| HSL | 51.82º | 0.65% | 0.67% | - |
| HSV(B) | 51.82º | 0.49% | 0.88% | - |
| XYZ | 57.19 | 63.34 | 25.43 | - |
| YUV | 203.66 | 77.97 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 210 | 115 | 0 | 0.07 | 0.49 | 0.12 | 51.82 | 0.65 | 0.67 |
| Hex | E1 | D2 | 73 | 0 | 7 | 31 | C | 34 | 41 | 43 |
| Octal | 341 | 322 | 163 | 0 | 7 | 61 | 14 | 64 | 101 | 103 |
| Binary | 11100001 | 11010010 | 1110011 | 0 | 111 | 110001 | 1100 | 110100 | 1000001 | 1000011 |
Color Harmonies of #E1D273
Complementary color
Monochromatic Colors of #E1D273
Black with #E1D273
Text Example
Text Example
White with #E1D273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D273; }
p { color: rgb(225,210,115); }
H1.HeaderClassName
{
color: #E1D273;
}
.AnyTagClassName
{
color: #E1D273;
}
</style>
background-color css
<style>
a { background-color: #E1D273; }
a { background-color: rgb(225,210,115); }
div.DivClassName
{
background-color: #E1D273;
}
.BgClassName
{
background-color: #E1D273;
}
</style>
border-color css
<style>
span { border-color: #E1D273; }
span { border-color: rgb(225,210,115); }
td.TdClassName
{
border-color: #E1D273;
}
.TagClassName
{
border-color: #E1D273;
}
</style>