Shades of Wild Rice #E7D275
Tints of Wild Rice #E7D275
RGB
CMYK
RGB Variations
Color information
#E7D275 (or 0xE7D275) is known color: Wild Rice. HEX triplet: E7, D2 and 75. RGB value is (231,210,117). Sum of RGB (Red+Green+Blue) = 231+210+117=558 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.40% from 558); Green value is 210 (82.42% from 255 or 37.63% from 558); Blue value is 117 (46.09% from 255 or 20.97% from 558); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D275 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D275 is #182D8A. Grayscale: #CECECE. Windows color (decimal): -1584523 or 7721703. OLE color: 7721703.
HSL color Cylindrical-coordinate representation of color #E7D275: hue angle of 48.95º 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 #E7D275 is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 210 | 117 | - |
| CMYK | 0 | 0.09 | 0.49 | 0.09 |
| HSL | 48.95º | 0.7% | 0.68% | - |
| HSV(B) | 48.95º | 0.49% | 0.91% | - |
| XYZ | 59.21 | 64.37 | 26.13 | - |
| YUV | 205.68 | 77.96 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 210 | 117 | 0 | 0.09 | 0.49 | 0.09 | 48.95 | 0.7 | 0.68 |
| Hex | E7 | D2 | 75 | 0 | 9 | 31 | 9 | 31 | 46 | 44 |
| Octal | 347 | 322 | 165 | 0 | 11 | 61 | 11 | 61 | 106 | 104 |
| Binary | 11100111 | 11010010 | 1110101 | 0 | 1001 | 110001 | 1001 | 110001 | 1000110 | 1000100 |
Color Harmonies of #E7D275
Complementary color
Monochromatic Colors of #E7D275
Black with #E7D275
Text Example
Text Example
White with #E7D275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D275; }
p { color: rgb(231,210,117); }
H1.HeaderClassName
{
color: #E7D275;
}
.AnyTagClassName
{
color: #E7D275;
}
</style>
background-color css
<style>
a { background-color: #E7D275; }
a { background-color: rgb(231,210,117); }
div.DivClassName
{
background-color: #E7D275;
}
.BgClassName
{
background-color: #E7D275;
}
</style>
border-color css
<style>
span { border-color: #E7D275; }
span { border-color: rgb(231,210,117); }
td.TdClassName
{
border-color: #E7D275;
}
.TagClassName
{
border-color: #E7D275;
}
</style>