Shades of Wild Rice #E9DB74
Tints of Wild Rice #E9DB74
RGB
CMYK
RGB Variations
Color information
#E9DB74 (or 0xE9DB74) is known color: Wild Rice. HEX triplet: E9, DB and 74. RGB value is (233,219,116). Sum of RGB (Red+Green+Blue) = 233+219+116=568 (75% of max value = 765). Red value is 233 (91.41% from 255 or 41.02% from 568); Green value is 219 (85.94% from 255 or 38.56% from 568); Blue value is 116 (45.70% from 255 or 20.42% from 568); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DB74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9DB74 is #16248B. Grayscale: #D3D3D3. Windows color (decimal): -1451148 or 7658473. OLE color: 7658473.
HSL color Cylindrical-coordinate representation of color #E9DB74: hue angle of 52.82º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E9DB74 is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 219 | 116 | - |
| CMYK | 0 | 0.06 | 0.50 | 0.09 |
| HSL | 52.82º | 0.73% | 0.68% | - |
| HSV(B) | 52.82º | 0.5% | 0.91% | - |
| XYZ | 62.09 | 69.25 | 26.62 | - |
| YUV | 211.44 | 74.14 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 219 | 116 | 0 | 0.06 | 0.50 | 0.09 | 52.82 | 0.73 | 0.68 |
| Hex | E9 | DB | 74 | 0 | 6 | 32 | 9 | 35 | 49 | 44 |
| Octal | 351 | 333 | 164 | 0 | 6 | 62 | 11 | 65 | 111 | 104 |
| Binary | 11101001 | 11011011 | 1110100 | 0 | 110 | 110010 | 1001 | 110101 | 1001001 | 1000100 |
Color Harmonies of #E9DB74
Complementary color
Monochromatic Colors of #E9DB74
Black with #E9DB74
Text Example
Text Example
White with #E9DB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DB74; }
p { color: rgb(233,219,116); }
H1.HeaderClassName
{
color: #E9DB74;
}
.AnyTagClassName
{
color: #E9DB74;
}
</style>
background-color css
<style>
a { background-color: #E9DB74; }
a { background-color: rgb(233,219,116); }
div.DivClassName
{
background-color: #E9DB74;
}
.BgClassName
{
background-color: #E9DB74;
}
</style>
border-color css
<style>
span { border-color: #E9DB74; }
span { border-color: rgb(233,219,116); }
td.TdClassName
{
border-color: #E9DB74;
}
.TagClassName
{
border-color: #E9DB74;
}
</style>