Shades of Wild Rice #E3D975
Tints of Wild Rice #E3D975
RGB
CMYK
RGB Variations
Color information
#E3D975 (or 0xE3D975) is known color: Wild Rice. HEX triplet: E3, D9 and 75. RGB value is (227,217,117). Sum of RGB (Red+Green+Blue) = 227+217+117=561 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.46% from 561); Green value is 217 (85.16% from 255 or 38.68% from 561); Blue value is 117 (46.09% from 255 or 20.86% from 561); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3D975 is #1C268A. Grayscale: #D1D1D1. Windows color (decimal): -1844875 or 7723491. OLE color: 7723491.
HSL color Cylindrical-coordinate representation of color #E3D975: hue angle of 54.55º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E3D975 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 217 | 117 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.11 |
| HSL | 54.55º | 0.66% | 0.67% | - |
| HSV(B) | 54.55º | 0.48% | 0.89% | - |
| XYZ | 59.7 | 67.24 | 26.66 | - |
| YUV | 208.59 | 76.31 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 217 | 117 | 0 | 0.04 | 0.48 | 0.11 | 54.55 | 0.66 | 0.67 |
| Hex | E3 | D9 | 75 | 0 | 4 | 30 | B | 37 | 42 | 43 |
| Octal | 343 | 331 | 165 | 0 | 4 | 60 | 13 | 67 | 102 | 103 |
| Binary | 11100011 | 11011001 | 1110101 | 0 | 100 | 110000 | 1011 | 110111 | 1000010 | 1000011 |
Color Harmonies of #E3D975
Complementary color
Monochromatic Colors of #E3D975
Black with #E3D975
Text Example
Text Example
White with #E3D975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D975; }
p { color: rgb(227,217,117); }
H1.HeaderClassName
{
color: #E3D975;
}
.AnyTagClassName
{
color: #E3D975;
}
</style>
background-color css
<style>
a { background-color: #E3D975; }
a { background-color: rgb(227,217,117); }
div.DivClassName
{
background-color: #E3D975;
}
.BgClassName
{
background-color: #E3D975;
}
</style>
border-color css
<style>
span { border-color: #E3D975; }
span { border-color: rgb(227,217,117); }
td.TdClassName
{
border-color: #E3D975;
}
.TagClassName
{
border-color: #E3D975;
}
</style>