Shades of Wild Rice #E5DC71
Tints of Wild Rice #E5DC71
RGB
CMYK
RGB Variations
Color information
#E5DC71 (or 0xE5DC71) is known color: Wild Rice. HEX triplet: E5, DC and 71. RGB value is (229,220,113). Sum of RGB (Red+Green+Blue) = 229+220+113=562 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.75% from 562); Green value is 220 (86.33% from 255 or 39.15% from 562); Blue value is 113 (44.53% from 255 or 20.11% from 562); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DC71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5DC71 is #1A238E. Grayscale: #D2D2D2. Windows color (decimal): -1713039 or 7462117. OLE color: 7462117.
HSL color Cylindrical-coordinate representation of color #E5DC71: hue angle of 55.34º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E5DC71 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 220 | 113 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.10 |
| HSL | 55.34º | 0.69% | 0.67% | - |
| HSV(B) | 55.34º | 0.51% | 0.9% | - |
| XYZ | 60.89 | 69.04 | 25.74 | - |
| YUV | 210.49 | 72.98 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 220 | 113 | 0 | 0.04 | 0.51 | 0.10 | 55.34 | 0.69 | 0.67 |
| Hex | E5 | DC | 71 | 0 | 4 | 33 | A | 37 | 45 | 43 |
| Octal | 345 | 334 | 161 | 0 | 4 | 63 | 12 | 67 | 105 | 103 |
| Binary | 11100101 | 11011100 | 1110001 | 0 | 100 | 110011 | 1010 | 110111 | 1000101 | 1000011 |
Color Harmonies of #E5DC71
Complementary color
Monochromatic Colors of #E5DC71
Black with #E5DC71
Text Example
Text Example
White with #E5DC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DC71; }
p { color: rgb(229,220,113); }
H1.HeaderClassName
{
color: #E5DC71;
}
.AnyTagClassName
{
color: #E5DC71;
}
</style>
background-color css
<style>
a { background-color: #E5DC71; }
a { background-color: rgb(229,220,113); }
div.DivClassName
{
background-color: #E5DC71;
}
.BgClassName
{
background-color: #E5DC71;
}
</style>
border-color css
<style>
span { border-color: #E5DC71; }
span { border-color: rgb(229,220,113); }
td.TdClassName
{
border-color: #E5DC71;
}
.TagClassName
{
border-color: #E5DC71;
}
</style>