Shades of Wild Rice #E9DC74
Tints of Wild Rice #E9DC74
RGB
CMYK
RGB Variations
Color information
#E9DC74 (or 0xE9DC74) is known color: Wild Rice. HEX triplet: E9, DC and 74. RGB value is (233,220,116). Sum of RGB (Red+Green+Blue) = 233+220+116=569 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.95% from 569); Green value is 220 (86.33% from 255 or 38.66% from 569); Blue value is 116 (45.70% from 255 or 20.39% from 569); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DC74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9DC74 is #16238B. Grayscale: #D4D4D4. Windows color (decimal): -1450892 or 7658729. OLE color: 7658729.
HSL color Cylindrical-coordinate representation of color #E9DC74: hue angle of 53.33º 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 #E9DC74 is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 220 | 116 | - |
| CMYK | 0 | 0.06 | 0.50 | 0.09 |
| HSL | 53.33º | 0.73% | 0.68% | - |
| HSV(B) | 53.33º | 0.5% | 0.91% | - |
| XYZ | 62.35 | 69.77 | 26.7 | - |
| YUV | 212.03 | 73.81 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 220 | 116 | 0 | 0.06 | 0.50 | 0.09 | 53.33 | 0.73 | 0.68 |
| Hex | E9 | DC | 74 | 0 | 6 | 32 | 9 | 35 | 49 | 44 |
| Octal | 351 | 334 | 164 | 0 | 6 | 62 | 11 | 65 | 111 | 104 |
| Binary | 11101001 | 11011100 | 1110100 | 0 | 110 | 110010 | 1001 | 110101 | 1001001 | 1000100 |
Color Harmonies of #E9DC74
Complementary color
Monochromatic Colors of #E9DC74
Black with #E9DC74
Text Example
Text Example
White with #E9DC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DC74; }
p { color: rgb(233,220,116); }
H1.HeaderClassName
{
color: #E9DC74;
}
.AnyTagClassName
{
color: #E9DC74;
}
</style>
background-color css
<style>
a { background-color: #E9DC74; }
a { background-color: rgb(233,220,116); }
div.DivClassName
{
background-color: #E9DC74;
}
.BgClassName
{
background-color: #E9DC74;
}
</style>
border-color css
<style>
span { border-color: #E9DC74; }
span { border-color: rgb(233,220,116); }
td.TdClassName
{
border-color: #E9DC74;
}
.TagClassName
{
border-color: #E9DC74;
}
</style>