Shades of Wild Rice #E4CE71
Tints of Wild Rice #E4CE71
RGB
CMYK
RGB Variations
Color information
#E4CE71 (or 0xE4CE71) is known color: Wild Rice. HEX triplet: E4, CE and 71. RGB value is (228,206,113). Sum of RGB (Red+Green+Blue) = 228+206+113=547 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.68% from 547); Green value is 206 (80.86% from 255 or 37.66% from 547); Blue value is 113 (44.53% from 255 or 20.66% from 547); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CE71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4CE71 is #1B318E. Grayscale: #CACACA. Windows color (decimal): -1782159 or 7458532. OLE color: 7458532.
HSL color Cylindrical-coordinate representation of color #E4CE71: hue angle of 48.52º 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 #E4CE71 is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 206 | 113 | - |
| CMYK | 0 | 0.10 | 0.50 | 0.11 |
| HSL | 48.52º | 0.68% | 0.67% | - |
| HSV(B) | 48.52º | 0.5% | 0.89% | - |
| XYZ | 57.05 | 61.83 | 24.55 | - |
| YUV | 201.98 | 77.79 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 206 | 113 | 0 | 0.10 | 0.50 | 0.11 | 48.52 | 0.68 | 0.67 |
| Hex | E4 | CE | 71 | 0 | A | 32 | B | 31 | 44 | 43 |
| Octal | 344 | 316 | 161 | 0 | 12 | 62 | 13 | 61 | 104 | 103 |
| Binary | 11100100 | 11001110 | 1110001 | 0 | 1010 | 110010 | 1011 | 110001 | 1000100 | 1000011 |
Color Harmonies of #E4CE71
Complementary color
Monochromatic Colors of #E4CE71
Black with #E4CE71
Text Example
Text Example
White with #E4CE71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CE71; }
p { color: rgb(228,206,113); }
H1.HeaderClassName
{
color: #E4CE71;
}
.AnyTagClassName
{
color: #E4CE71;
}
</style>
background-color css
<style>
a { background-color: #E4CE71; }
a { background-color: rgb(228,206,113); }
div.DivClassName
{
background-color: #E4CE71;
}
.BgClassName
{
background-color: #E4CE71;
}
</style>
border-color css
<style>
span { border-color: #E4CE71; }
span { border-color: rgb(228,206,113); }
td.TdClassName
{
border-color: #E4CE71;
}
.TagClassName
{
border-color: #E4CE71;
}
</style>