Shades of Wild Rice #E0D675
Tints of Wild Rice #E0D675
RGB
CMYK
RGB Variations
Color information
#E0D675 (or 0xE0D675) is known color: Wild Rice. HEX triplet: E0, D6 and 75. RGB value is (224,214,117). Sum of RGB (Red+Green+Blue) = 224+214+117=555 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.36% from 555); Green value is 214 (83.98% from 255 or 38.56% from 555); Blue value is 117 (46.09% from 255 or 21.08% from 555); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D675 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D675 is #1F298A. Grayscale: #CECECE. Windows color (decimal): -2042251 or 7722720. OLE color: 7722720.
HSL color Cylindrical-coordinate representation of color #E0D675: hue angle of 54.39º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E0D675 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 214 | 117 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.12 |
| HSL | 54.39º | 0.63% | 0.67% | - |
| HSV(B) | 54.39º | 0.48% | 0.88% | - |
| XYZ | 58 | 65.22 | 26.36 | - |
| YUV | 205.93 | 77.81 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 214 | 117 | 0 | 0.04 | 0.48 | 0.12 | 54.39 | 0.63 | 0.67 |
| Hex | E0 | D6 | 75 | 0 | 4 | 30 | C | 36 | 3F | 43 |
| Octal | 340 | 326 | 165 | 0 | 4 | 60 | 14 | 66 | 77 | 103 |
| Binary | 11100000 | 11010110 | 1110101 | 0 | 100 | 110000 | 1100 | 110110 | 111111 | 1000011 |
Color Harmonies of #E0D675
Complementary color
Monochromatic Colors of #E0D675
Black with #E0D675
Text Example
Text Example
White with #E0D675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D675; }
p { color: rgb(224,214,117); }
H1.HeaderClassName
{
color: #E0D675;
}
.AnyTagClassName
{
color: #E0D675;
}
</style>
background-color css
<style>
a { background-color: #E0D675; }
a { background-color: rgb(224,214,117); }
div.DivClassName
{
background-color: #E0D675;
}
.BgClassName
{
background-color: #E0D675;
}
</style>
border-color css
<style>
span { border-color: #E0D675; }
span { border-color: rgb(224,214,117); }
td.TdClassName
{
border-color: #E0D675;
}
.TagClassName
{
border-color: #E0D675;
}
</style>