Shades of Wild Rice #E9D975
Tints of Wild Rice #E9D975
RGB
CMYK
RGB Variations
Color information
#E9D975 (or 0xE9D975) is known color: Wild Rice. HEX triplet: E9, D9 and 75. RGB value is (233,217,117). Sum of RGB (Red+Green+Blue) = 233+217+117=567 (75% of max value = 765). Red value is 233 (91.41% from 255 or 41.09% from 567); Green value is 217 (85.16% from 255 or 38.27% from 567); Blue value is 117 (46.09% from 255 or 20.63% from 567); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D975 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D975 is #16268A. Grayscale: #D2D2D2. Windows color (decimal): -1451659 or 7723497. OLE color: 7723497.
HSL color Cylindrical-coordinate representation of color #E9D975: hue angle of 51.72º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E9D975 is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 217 | 117 | - |
| CMYK | 0 | 0.07 | 0.50 | 0.09 |
| HSL | 51.72º | 0.73% | 0.69% | - |
| HSV(B) | 51.72º | 0.5% | 0.91% | - |
| XYZ | 61.63 | 68.23 | 26.75 | - |
| YUV | 210.38 | 75.3 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 217 | 117 | 0 | 0.07 | 0.50 | 0.09 | 51.72 | 0.73 | 0.69 |
| Hex | E9 | D9 | 75 | 0 | 7 | 32 | 9 | 34 | 48 | 45 |
| Octal | 351 | 331 | 165 | 0 | 7 | 62 | 11 | 64 | 110 | 105 |
| Binary | 11101001 | 11011001 | 1110101 | 0 | 111 | 110010 | 1001 | 110100 | 1001000 | 1000101 |
Color Harmonies of #E9D975
Complementary color
Monochromatic Colors of #E9D975
Black with #E9D975
Text Example
Text Example
White with #E9D975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D975; }
p { color: rgb(233,217,117); }
H1.HeaderClassName
{
color: #E9D975;
}
.AnyTagClassName
{
color: #E9D975;
}
</style>
background-color css
<style>
a { background-color: #E9D975; }
a { background-color: rgb(233,217,117); }
div.DivClassName
{
background-color: #E9D975;
}
.BgClassName
{
background-color: #E9D975;
}
</style>
border-color css
<style>
span { border-color: #E9D975; }
span { border-color: rgb(233,217,117); }
td.TdClassName
{
border-color: #E9D975;
}
.TagClassName
{
border-color: #E9D975;
}
</style>