Shades of Wild Rice #E8DC71
Tints of Wild Rice #E8DC71
RGB
CMYK
RGB Variations
Color information
#E8DC71 (or 0xE8DC71) is known color: Wild Rice. HEX triplet: E8, DC and 71. RGB value is (232,220,113). Sum of RGB (Red+Green+Blue) = 232+220+113=565 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.06% from 565); Green value is 220 (86.33% from 255 or 38.94% from 565); Blue value is 113 (44.53% from 255 or 20% from 565); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DC71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8DC71 is #17238E. Grayscale: #D3D3D3. Windows color (decimal): -1516431 or 7462120. OLE color: 7462120.
HSL color Cylindrical-coordinate representation of color #E8DC71: hue angle of 53.95º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E8DC71 is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 220 | 113 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.09 |
| HSL | 53.95º | 0.72% | 0.68% | - |
| HSV(B) | 53.95º | 0.51% | 0.91% | - |
| XYZ | 61.85 | 69.53 | 25.78 | - |
| YUV | 211.39 | 72.48 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 220 | 113 | 0 | 0.05 | 0.51 | 0.09 | 53.95 | 0.72 | 0.68 |
| Hex | E8 | DC | 71 | 0 | 5 | 33 | 9 | 36 | 48 | 44 |
| Octal | 350 | 334 | 161 | 0 | 5 | 63 | 11 | 66 | 110 | 104 |
| Binary | 11101000 | 11011100 | 1110001 | 0 | 101 | 110011 | 1001 | 110110 | 1001000 | 1000100 |
Color Harmonies of #E8DC71
Complementary color
Monochromatic Colors of #E8DC71
Black with #E8DC71
Text Example
Text Example
White with #E8DC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DC71; }
p { color: rgb(232,220,113); }
H1.HeaderClassName
{
color: #E8DC71;
}
.AnyTagClassName
{
color: #E8DC71;
}
</style>
background-color css
<style>
a { background-color: #E8DC71; }
a { background-color: rgb(232,220,113); }
div.DivClassName
{
background-color: #E8DC71;
}
.BgClassName
{
background-color: #E8DC71;
}
</style>
border-color css
<style>
span { border-color: #E8DC71; }
span { border-color: rgb(232,220,113); }
td.TdClassName
{
border-color: #E8DC71;
}
.TagClassName
{
border-color: #E8DC71;
}
</style>