Shades of Wild Rice #E2CE72
Tints of Wild Rice #E2CE72
RGB
CMYK
RGB Variations
Color information
#E2CE72 (or 0xE2CE72) is known color: Wild Rice. HEX triplet: E2, CE and 72. RGB value is (226,206,114). Sum of RGB (Red+Green+Blue) = 226+206+114=546 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.39% from 546); Green value is 206 (80.86% from 255 or 37.73% from 546); Blue value is 114 (44.92% from 255 or 20.88% from 546); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CE72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2CE72 is #1D318D. Grayscale: #C9C9C9. Windows color (decimal): -1913230 or 7524066. OLE color: 7524066.
HSL color Cylindrical-coordinate representation of color #E2CE72: hue angle of 49.29º degrees, saturation: 0.66, 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 #E2CE72 is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 206 | 114 | - |
| CMYK | 0 | 0.09 | 0.50 | 0.11 |
| HSL | 49.29º | 0.66% | 0.67% | - |
| HSV(B) | 49.29º | 0.5% | 0.89% | - |
| XYZ | 56.47 | 61.53 | 24.82 | - |
| YUV | 201.49 | 78.63 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 206 | 114 | 0 | 0.09 | 0.50 | 0.11 | 49.29 | 0.66 | 0.67 |
| Hex | E2 | CE | 72 | 0 | 9 | 32 | B | 31 | 42 | 43 |
| Octal | 342 | 316 | 162 | 0 | 11 | 62 | 13 | 61 | 102 | 103 |
| Binary | 11100010 | 11001110 | 1110010 | 0 | 1001 | 110010 | 1011 | 110001 | 1000010 | 1000011 |
Color Harmonies of #E2CE72
Complementary color
Monochromatic Colors of #E2CE72
Black with #E2CE72
Text Example
Text Example
White with #E2CE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CE72; }
p { color: rgb(226,206,114); }
H1.HeaderClassName
{
color: #E2CE72;
}
.AnyTagClassName
{
color: #E2CE72;
}
</style>
background-color css
<style>
a { background-color: #E2CE72; }
a { background-color: rgb(226,206,114); }
div.DivClassName
{
background-color: #E2CE72;
}
.BgClassName
{
background-color: #E2CE72;
}
</style>
border-color css
<style>
span { border-color: #E2CE72; }
span { border-color: rgb(226,206,114); }
td.TdClassName
{
border-color: #E2CE72;
}
.TagClassName
{
border-color: #E2CE72;
}
</style>