Shades of Wild Rice #E4D671
Tints of Wild Rice #E4D671
RGB
CMYK
RGB Variations
Color information
#E4D671 (or 0xE4D671) is known color: Wild Rice. HEX triplet: E4, D6 and 71. RGB value is (228,214,113). Sum of RGB (Red+Green+Blue) = 228+214+113=555 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.08% from 555); Green value is 214 (83.98% from 255 or 38.56% from 555); Blue value is 113 (44.53% from 255 or 20.36% from 555); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D671 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4D671 is #1B298E. Grayscale: #CFCFCF. Windows color (decimal): -1780111 or 7460580. OLE color: 7460580.
HSL color Cylindrical-coordinate representation of color #E4D671: hue angle of 52.7º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E4D671 is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 214 | 113 | - |
| CMYK | 0 | 0.06 | 0.50 | 0.11 |
| HSL | 52.7º | 0.68% | 0.67% | - |
| HSV(B) | 52.7º | 0.5% | 0.89% | - |
| XYZ | 59.02 | 65.78 | 25.21 | - |
| YUV | 206.67 | 75.14 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 214 | 113 | 0 | 0.06 | 0.50 | 0.11 | 52.7 | 0.68 | 0.67 |
| Hex | E4 | D6 | 71 | 0 | 6 | 32 | B | 35 | 44 | 43 |
| Octal | 344 | 326 | 161 | 0 | 6 | 62 | 13 | 65 | 104 | 103 |
| Binary | 11100100 | 11010110 | 1110001 | 0 | 110 | 110010 | 1011 | 110101 | 1000100 | 1000011 |
Color Harmonies of #E4D671
Complementary color
Monochromatic Colors of #E4D671
Black with #E4D671
Text Example
Text Example
White with #E4D671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4D671; }
p { color: rgb(228,214,113); }
H1.HeaderClassName
{
color: #E4D671;
}
.AnyTagClassName
{
color: #E4D671;
}
</style>
background-color css
<style>
a { background-color: #E4D671; }
a { background-color: rgb(228,214,113); }
div.DivClassName
{
background-color: #E4D671;
}
.BgClassName
{
background-color: #E4D671;
}
</style>
border-color css
<style>
span { border-color: #E4D671; }
span { border-color: rgb(228,214,113); }
td.TdClassName
{
border-color: #E4D671;
}
.TagClassName
{
border-color: #E4D671;
}
</style>