Shades of Wild Rice #E9DB79
Tints of Wild Rice #E9DB79
RGB
CMYK
RGB Variations
Color information
#E9DB79 (or 0xE9DB79) is known color: Wild Rice. HEX triplet: E9, DB and 79. RGB value is (233,219,121). Sum of RGB (Red+Green+Blue) = 233+219+121=573 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.66% from 573); Green value is 219 (85.94% from 255 or 38.22% from 573); Blue value is 121 (47.66% from 255 or 21.12% from 573); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DB79 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9DB79 is #162486. Grayscale: #D4D4D4. Windows color (decimal): -1451143 or 7986153. OLE color: 7986153.
HSL color Cylindrical-coordinate representation of color #E9DB79: hue angle of 52.5º 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 #E9DB79 is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 219 | 121 | - |
| CMYK | 0 | 0.06 | 0.48 | 0.09 |
| HSL | 52.5º | 0.72% | 0.69% | - |
| HSV(B) | 52.5º | 0.48% | 0.91% | - |
| XYZ | 62.39 | 69.37 | 28.19 | - |
| YUV | 212.01 | 76.64 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 219 | 121 | 0 | 0.06 | 0.48 | 0.09 | 52.5 | 0.72 | 0.69 |
| Hex | E9 | DB | 79 | 0 | 6 | 30 | 9 | 34 | 48 | 45 |
| Octal | 351 | 333 | 171 | 0 | 6 | 60 | 11 | 64 | 110 | 105 |
| Binary | 11101001 | 11011011 | 1111001 | 0 | 110 | 110000 | 1001 | 110100 | 1001000 | 1000101 |
Color Harmonies of #E9DB79
Complementary color
Monochromatic Colors of #E9DB79
Black with #E9DB79
Text Example
Text Example
White with #E9DB79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DB79; }
p { color: rgb(233,219,121); }
H1.HeaderClassName
{
color: #E9DB79;
}
.AnyTagClassName
{
color: #E9DB79;
}
</style>
background-color css
<style>
a { background-color: #E9DB79; }
a { background-color: rgb(233,219,121); }
div.DivClassName
{
background-color: #E9DB79;
}
.BgClassName
{
background-color: #E9DB79;
}
</style>
border-color css
<style>
span { border-color: #E9DB79; }
span { border-color: rgb(233,219,121); }
td.TdClassName
{
border-color: #E9DB79;
}
.TagClassName
{
border-color: #E9DB79;
}
</style>