Shades of Wild Rice #E2CE71
Tints of Wild Rice #E2CE71
RGB
CMYK
RGB Variations
Color information
#E2CE71 (or 0xE2CE71) is known color: Wild Rice. HEX triplet: E2, CE and 71. RGB value is (226,206,113). Sum of RGB (Red+Green+Blue) = 226+206+113=545 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.47% from 545); Green value is 206 (80.86% from 255 or 37.80% from 545); Blue value is 113 (44.53% from 255 or 20.73% from 545); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CE71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2CE71 is #1D318E. Grayscale: #C9C9C9. Windows color (decimal): -1913231 or 7458530. OLE color: 7458530.
HSL color Cylindrical-coordinate representation of color #E2CE71: hue angle of 49.38º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E2CE71 is Cyan = 0, Magento = 0.09, Yellow = 0.5 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 206 | 113 | - |
| CMYK | 0 | 0.09 | 0.5 | 0.11 |
| HSL | 49.38º | 0.66% | 0.66% | - |
| HSV(B) | 49.38º | 0.5% | 0.89% | - |
| XYZ | 56.42 | 61.5 | 24.52 | - |
| YUV | 201.38 | 78.13 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 206 | 113 | 0 | 0.09 | 0.5 | 0.11 | 49.38 | 0.66 | 0.66 |
| Hex | E2 | CE | 71 | 0 | 9 | 32 | B | 31 | 42 | 42 |
| Octal | 342 | 316 | 161 | 0 | 11 | 62 | 13 | 61 | 102 | 102 |
| Binary | 11100010 | 11001110 | 1110001 | 0 | 1001 | 110010 | 1011 | 110001 | 1000010 | 1000010 |
Color Harmonies of #E2CE71
Complementary color
Monochromatic Colors of #E2CE71
Black with #E2CE71
Text Example
Text Example
White with #E2CE71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CE71; }
p { color: rgb(226,206,113); }
H1.HeaderClassName
{
color: #E2CE71;
}
.AnyTagClassName
{
color: #E2CE71;
}
</style>
background-color css
<style>
a { background-color: #E2CE71; }
a { background-color: rgb(226,206,113); }
div.DivClassName
{
background-color: #E2CE71;
}
.BgClassName
{
background-color: #E2CE71;
}
</style>
border-color css
<style>
span { border-color: #E2CE71; }
span { border-color: rgb(226,206,113); }
td.TdClassName
{
border-color: #E2CE71;
}
.TagClassName
{
border-color: #E2CE71;
}
</style>