Shades of Wild Rice #E1D673
Tints of Wild Rice #E1D673
RGB
CMYK
RGB Variations
Color information
#E1D673 (or 0xE1D673) is known color: Wild Rice. HEX triplet: E1, D6 and 73. RGB value is (225,214,115). Sum of RGB (Red+Green+Blue) = 225+214+115=554 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.61% from 554); Green value is 214 (83.98% from 255 or 38.63% from 554); Blue value is 115 (45.31% from 255 or 20.76% from 554); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D673 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D673 is #1E298C. Grayscale: #CECECE. Windows color (decimal): -1976717 or 7591649. OLE color: 7591649.
HSL color Cylindrical-coordinate representation of color #E1D673: hue angle of 54º 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 #E1D673 is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 214 | 115 | - |
| CMYK | 0 | 0.05 | 0.49 | 0.12 |
| HSL | 54º | 0.65% | 0.67% | - |
| HSV(B) | 54º | 0.49% | 0.88% | - |
| XYZ | 58.19 | 65.34 | 25.76 | - |
| YUV | 206 | 76.64 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 214 | 115 | 0 | 0.05 | 0.49 | 0.12 | 54 | 0.65 | 0.67 |
| Hex | E1 | D6 | 73 | 0 | 5 | 31 | C | 36 | 41 | 43 |
| Octal | 341 | 326 | 163 | 0 | 5 | 61 | 14 | 66 | 101 | 103 |
| Binary | 11100001 | 11010110 | 1110011 | 0 | 101 | 110001 | 1100 | 110110 | 1000001 | 1000011 |
Color Harmonies of #E1D673
Complementary color
Monochromatic Colors of #E1D673
Black with #E1D673
Text Example
Text Example
White with #E1D673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D673; }
p { color: rgb(225,214,115); }
H1.HeaderClassName
{
color: #E1D673;
}
.AnyTagClassName
{
color: #E1D673;
}
</style>
background-color css
<style>
a { background-color: #E1D673; }
a { background-color: rgb(225,214,115); }
div.DivClassName
{
background-color: #E1D673;
}
.BgClassName
{
background-color: #E1D673;
}
</style>
border-color css
<style>
span { border-color: #E1D673; }
span { border-color: rgb(225,214,115); }
td.TdClassName
{
border-color: #E1D673;
}
.TagClassName
{
border-color: #E1D673;
}
</style>