Shades of Wild Rice #E8E071
Tints of Wild Rice #E8E071
RGB
CMYK
RGB Variations
Color information
#E8E071 (or 0xE8E071) is known color: Wild Rice. HEX triplet: E8, E0 and 71. RGB value is (232,224,113). Sum of RGB (Red+Green+Blue) = 232+224+113=569 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.77% from 569); Green value is 224 (87.89% from 255 or 39.37% from 569); Blue value is 113 (44.53% from 255 or 19.86% from 569); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E071 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8E071 is #171F8E. Grayscale: #D6D6D6. Windows color (decimal): -1515407 or 7463144. OLE color: 7463144.
HSL color Cylindrical-coordinate representation of color #E8E071: hue angle of 55.97º 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 #E8E071 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 224 | 113 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.09 |
| HSL | 55.97º | 0.72% | 0.68% | - |
| HSV(B) | 55.97º | 0.51% | 0.91% | - |
| XYZ | 62.92 | 71.66 | 26.14 | - |
| YUV | 213.74 | 71.15 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 224 | 113 | 0 | 0.03 | 0.51 | 0.09 | 55.97 | 0.72 | 0.68 |
| Hex | E8 | E0 | 71 | 0 | 3 | 33 | 9 | 38 | 48 | 44 |
| Octal | 350 | 340 | 161 | 0 | 3 | 63 | 11 | 70 | 110 | 104 |
| Binary | 11101000 | 11100000 | 1110001 | 0 | 11 | 110011 | 1001 | 111000 | 1001000 | 1000100 |
Color Harmonies of #E8E071
Complementary color
Monochromatic Colors of #E8E071
Black with #E8E071
Text Example
Text Example
White with #E8E071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E071; }
p { color: rgb(232,224,113); }
H1.HeaderClassName
{
color: #E8E071;
}
.AnyTagClassName
{
color: #E8E071;
}
</style>
background-color css
<style>
a { background-color: #E8E071; }
a { background-color: rgb(232,224,113); }
div.DivClassName
{
background-color: #E8E071;
}
.BgClassName
{
background-color: #E8E071;
}
</style>
border-color css
<style>
span { border-color: #E8E071; }
span { border-color: rgb(232,224,113); }
td.TdClassName
{
border-color: #E8E071;
}
.TagClassName
{
border-color: #E8E071;
}
</style>