Shades of Wild Rice #E4CE70
Tints of Wild Rice #E4CE70
RGB
CMYK
RGB Variations
Color information
#E4CE70 (or 0xE4CE70) is known color: Wild Rice. HEX triplet: E4, CE and 70. RGB value is (228,206,112). Sum of RGB (Red+Green+Blue) = 228+206+112=546 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.76% from 546); Green value is 206 (80.86% from 255 or 37.73% from 546); Blue value is 112 (44.14% from 255 or 20.51% from 546); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CE70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4CE70 is #1B318F. Grayscale: #CACACA. Windows color (decimal): -1782160 or 7392996. OLE color: 7392996.
HSL color Cylindrical-coordinate representation of color #E4CE70: hue angle of 48.62º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E4CE70 is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 206 | 112 | - |
| CMYK | 0 | 0.10 | 0.51 | 0.11 |
| HSL | 48.62º | 0.68% | 0.67% | - |
| HSV(B) | 48.62º | 0.51% | 0.89% | - |
| XYZ | 56.99 | 61.81 | 24.26 | - |
| YUV | 201.86 | 77.29 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 206 | 112 | 0 | 0.10 | 0.51 | 0.11 | 48.62 | 0.68 | 0.67 |
| Hex | E4 | CE | 70 | 0 | A | 33 | B | 31 | 44 | 43 |
| Octal | 344 | 316 | 160 | 0 | 12 | 63 | 13 | 61 | 104 | 103 |
| Binary | 11100100 | 11001110 | 1110000 | 0 | 1010 | 110011 | 1011 | 110001 | 1000100 | 1000011 |
Color Harmonies of #E4CE70
Complementary color
Monochromatic Colors of #E4CE70
Black with #E4CE70
Text Example
Text Example
White with #E4CE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CE70; }
p { color: rgb(228,206,112); }
H1.HeaderClassName
{
color: #E4CE70;
}
.AnyTagClassName
{
color: #E4CE70;
}
</style>
background-color css
<style>
a { background-color: #E4CE70; }
a { background-color: rgb(228,206,112); }
div.DivClassName
{
background-color: #E4CE70;
}
.BgClassName
{
background-color: #E4CE70;
}
</style>
border-color css
<style>
span { border-color: #E4CE70; }
span { border-color: rgb(228,206,112); }
td.TdClassName
{
border-color: #E4CE70;
}
.TagClassName
{
border-color: #E4CE70;
}
</style>