Shades of Wild Rice #E3CE73
Tints of Wild Rice #E3CE73
RGB
CMYK
RGB Variations
Color information
#E3CE73 (or 0xE3CE73) is known color: Wild Rice. HEX triplet: E3, CE and 73. RGB value is (227,206,115). Sum of RGB (Red+Green+Blue) = 227+206+115=548 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.42% from 548); Green value is 206 (80.86% from 255 or 37.59% from 548); Blue value is 115 (45.31% from 255 or 20.99% from 548); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CE73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3CE73 is #1C318C. Grayscale: #CACACA. Windows color (decimal): -1847693 or 7589603. OLE color: 7589603.
HSL color Cylindrical-coordinate representation of color #E3CE73: hue angle of 48.75º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E3CE73 is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 206 | 115 | - |
| CMYK | 0 | 0.09 | 0.49 | 0.11 |
| HSL | 48.75º | 0.67% | 0.67% | - |
| HSV(B) | 48.75º | 0.49% | 0.89% | - |
| XYZ | 56.84 | 61.71 | 25.14 | - |
| YUV | 201.91 | 78.96 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 206 | 115 | 0 | 0.09 | 0.49 | 0.11 | 48.75 | 0.67 | 0.67 |
| Hex | E3 | CE | 73 | 0 | 9 | 31 | B | 31 | 43 | 43 |
| Octal | 343 | 316 | 163 | 0 | 11 | 61 | 13 | 61 | 103 | 103 |
| Binary | 11100011 | 11001110 | 1110011 | 0 | 1001 | 110001 | 1011 | 110001 | 1000011 | 1000011 |
Color Harmonies of #E3CE73
Complementary color
Monochromatic Colors of #E3CE73
Black with #E3CE73
Text Example
Text Example
White with #E3CE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CE73; }
p { color: rgb(227,206,115); }
H1.HeaderClassName
{
color: #E3CE73;
}
.AnyTagClassName
{
color: #E3CE73;
}
</style>
background-color css
<style>
a { background-color: #E3CE73; }
a { background-color: rgb(227,206,115); }
div.DivClassName
{
background-color: #E3CE73;
}
.BgClassName
{
background-color: #E3CE73;
}
</style>
border-color css
<style>
span { border-color: #E3CE73; }
span { border-color: rgb(227,206,115); }
td.TdClassName
{
border-color: #E3CE73;
}
.TagClassName
{
border-color: #E3CE73;
}
</style>