Shades of Wild Rice #E9D379
Tints of Wild Rice #E9D379
RGB
CMYK
RGB Variations
Color information
#E9D379 (or 0xE9D379) is known color: Wild Rice. HEX triplet: E9, D3 and 79. RGB value is (233,211,121). Sum of RGB (Red+Green+Blue) = 233+211+121=565 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.24% from 565); Green value is 211 (82.81% from 255 or 37.35% from 565); Blue value is 121 (47.66% from 255 or 21.42% from 565); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D379 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D379 is #162C86. Grayscale: #CFCFCF. Windows color (decimal): -1453191 or 7984105. OLE color: 7984105.
HSL color Cylindrical-coordinate representation of color #E9D379: hue angle of 48.21º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E9D379 is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 211 | 121 | - |
| CMYK | 0 | 0.09 | 0.48 | 0.09 |
| HSL | 48.21º | 0.72% | 0.69% | - |
| HSV(B) | 48.21º | 0.48% | 0.91% | - |
| XYZ | 60.35 | 65.29 | 27.51 | - |
| YUV | 207.32 | 79.29 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 211 | 121 | 0 | 0.09 | 0.48 | 0.09 | 48.21 | 0.72 | 0.69 |
| Hex | E9 | D3 | 79 | 0 | 9 | 30 | 9 | 30 | 48 | 45 |
| Octal | 351 | 323 | 171 | 0 | 11 | 60 | 11 | 60 | 110 | 105 |
| Binary | 11101001 | 11010011 | 1111001 | 0 | 1001 | 110000 | 1001 | 110000 | 1001000 | 1000101 |
Color Harmonies of #E9D379
Complementary color
Monochromatic Colors of #E9D379
Black with #E9D379
Text Example
Text Example
White with #E9D379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D379; }
p { color: rgb(233,211,121); }
H1.HeaderClassName
{
color: #E9D379;
}
.AnyTagClassName
{
color: #E9D379;
}
</style>
background-color css
<style>
a { background-color: #E9D379; }
a { background-color: rgb(233,211,121); }
div.DivClassName
{
background-color: #E9D379;
}
.BgClassName
{
background-color: #E9D379;
}
</style>
border-color css
<style>
span { border-color: #E9D379; }
span { border-color: rgb(233,211,121); }
td.TdClassName
{
border-color: #E9D379;
}
.TagClassName
{
border-color: #E9D379;
}
</style>