Shades of Wild Rice #E7D375
Tints of Wild Rice #E7D375
RGB
CMYK
RGB Variations
Color information
#E7D375 (or 0xE7D375) is known color: Wild Rice. HEX triplet: E7, D3 and 75. RGB value is (231,211,117). Sum of RGB (Red+Green+Blue) = 231+211+117=559 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.32% from 559); Green value is 211 (82.81% from 255 or 37.75% from 559); Blue value is 117 (46.09% from 255 or 20.93% from 559); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D375 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D375 is #182C8A. Grayscale: #CECECE. Windows color (decimal): -1584267 or 7721959. OLE color: 7721959.
HSL color Cylindrical-coordinate representation of color #E7D375: hue angle of 49.47º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E7D375 is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 211 | 117 | - |
| CMYK | 0 | 0.09 | 0.49 | 0.09 |
| HSL | 49.47º | 0.7% | 0.68% | - |
| HSV(B) | 49.47º | 0.49% | 0.91% | - |
| XYZ | 59.46 | 64.86 | 26.22 | - |
| YUV | 206.26 | 77.63 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 211 | 117 | 0 | 0.09 | 0.49 | 0.09 | 49.47 | 0.7 | 0.68 |
| Hex | E7 | D3 | 75 | 0 | 9 | 31 | 9 | 31 | 46 | 44 |
| Octal | 347 | 323 | 165 | 0 | 11 | 61 | 11 | 61 | 106 | 104 |
| Binary | 11100111 | 11010011 | 1110101 | 0 | 1001 | 110001 | 1001 | 110001 | 1000110 | 1000100 |
Color Harmonies of #E7D375
Complementary color
Monochromatic Colors of #E7D375
Black with #E7D375
Text Example
Text Example
White with #E7D375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D375; }
p { color: rgb(231,211,117); }
H1.HeaderClassName
{
color: #E7D375;
}
.AnyTagClassName
{
color: #E7D375;
}
</style>
background-color css
<style>
a { background-color: #E7D375; }
a { background-color: rgb(231,211,117); }
div.DivClassName
{
background-color: #E7D375;
}
.BgClassName
{
background-color: #E7D375;
}
</style>
border-color css
<style>
span { border-color: #E7D375; }
span { border-color: rgb(231,211,117); }
td.TdClassName
{
border-color: #E7D375;
}
.TagClassName
{
border-color: #E7D375;
}
</style>