Shades of Wild Rice #E3CE70
Tints of Wild Rice #E3CE70
RGB
CMYK
RGB Variations
Color information
#E3CE70 (or 0xE3CE70) is known color: Wild Rice. HEX triplet: E3, CE and 70. RGB value is (227,206,112). Sum of RGB (Red+Green+Blue) = 227+206+112=545 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.65% from 545); Green value is 206 (80.86% from 255 or 37.80% from 545); Blue value is 112 (44.14% from 255 or 20.55% from 545); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CE70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3CE70 is #1C318F. Grayscale: #C9C9C9. Windows color (decimal): -1847696 or 7392995. OLE color: 7392995.
HSL color Cylindrical-coordinate representation of color #E3CE70: hue angle of 49.04º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E3CE70 is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 206 | 112 | - |
| CMYK | 0 | 0.09 | 0.51 | 0.11 |
| HSL | 49.04º | 0.67% | 0.66% | - |
| HSV(B) | 49.04º | 0.51% | 0.89% | - |
| XYZ | 56.67 | 61.64 | 24.24 | - |
| YUV | 201.56 | 77.46 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 206 | 112 | 0 | 0.09 | 0.51 | 0.11 | 49.04 | 0.67 | 0.66 |
| Hex | E3 | CE | 70 | 0 | 9 | 33 | B | 31 | 43 | 42 |
| Octal | 343 | 316 | 160 | 0 | 11 | 63 | 13 | 61 | 103 | 102 |
| Binary | 11100011 | 11001110 | 1110000 | 0 | 1001 | 110011 | 1011 | 110001 | 1000011 | 1000010 |
Color Harmonies of #E3CE70
Complementary color
Monochromatic Colors of #E3CE70
Black with #E3CE70
Text Example
Text Example
White with #E3CE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CE70; }
p { color: rgb(227,206,112); }
H1.HeaderClassName
{
color: #E3CE70;
}
.AnyTagClassName
{
color: #E3CE70;
}
</style>
background-color css
<style>
a { background-color: #E3CE70; }
a { background-color: rgb(227,206,112); }
div.DivClassName
{
background-color: #E3CE70;
}
.BgClassName
{
background-color: #E3CE70;
}
</style>
border-color css
<style>
span { border-color: #E3CE70; }
span { border-color: rgb(227,206,112); }
td.TdClassName
{
border-color: #E3CE70;
}
.TagClassName
{
border-color: #E3CE70;
}
</style>