Shades of Wild Rice #E8DC74
Tints of Wild Rice #E8DC74
RGB
CMYK
RGB Variations
Color information
#E8DC74 (or 0xE8DC74) is known color: Wild Rice. HEX triplet: E8, DC and 74. RGB value is (232,220,116). Sum of RGB (Red+Green+Blue) = 232+220+116=568 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.85% from 568); Green value is 220 (86.33% from 255 or 38.73% from 568); Blue value is 116 (45.70% from 255 or 20.42% from 568); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DC74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8DC74 is #17238B. Grayscale: #D4D4D4. Windows color (decimal): -1516428 or 7658728. OLE color: 7658728.
HSL color Cylindrical-coordinate representation of color #E8DC74: hue angle of 53.79º degrees, saturation: 0.72, 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 #E8DC74 is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 220 | 116 | - |
| CMYK | 0 | 0.05 | 0.50 | 0.09 |
| HSL | 53.79º | 0.72% | 0.68% | - |
| HSV(B) | 53.79º | 0.5% | 0.91% | - |
| XYZ | 62.02 | 69.6 | 26.69 | - |
| YUV | 211.73 | 73.98 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 220 | 116 | 0 | 0.05 | 0.50 | 0.09 | 53.79 | 0.72 | 0.68 |
| Hex | E8 | DC | 74 | 0 | 5 | 32 | 9 | 36 | 48 | 44 |
| Octal | 350 | 334 | 164 | 0 | 5 | 62 | 11 | 66 | 110 | 104 |
| Binary | 11101000 | 11011100 | 1110100 | 0 | 101 | 110010 | 1001 | 110110 | 1001000 | 1000100 |
Color Harmonies of #E8DC74
Complementary color
Monochromatic Colors of #E8DC74
Black with #E8DC74
Text Example
Text Example
White with #E8DC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DC74; }
p { color: rgb(232,220,116); }
H1.HeaderClassName
{
color: #E8DC74;
}
.AnyTagClassName
{
color: #E8DC74;
}
</style>
background-color css
<style>
a { background-color: #E8DC74; }
a { background-color: rgb(232,220,116); }
div.DivClassName
{
background-color: #E8DC74;
}
.BgClassName
{
background-color: #E8DC74;
}
</style>
border-color css
<style>
span { border-color: #E8DC74; }
span { border-color: rgb(232,220,116); }
td.TdClassName
{
border-color: #E8DC74;
}
.TagClassName
{
border-color: #E8DC74;
}
</style>