Shades of Wild Rice #E3D16C
Tints of Wild Rice #E3D16C
RGB
CMYK
RGB Variations
Color information
#E3D16C (or 0xE3D16C) is known color: Wild Rice. HEX triplet: E3, D1 and 6C. RGB value is (227,209,108). Sum of RGB (Red+Green+Blue) = 227+209+108=544 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.73% from 544); Green value is 209 (82.03% from 255 or 38.42% from 544); Blue value is 108 (42.58% from 255 or 19.85% from 544); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D16C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3D16C is #1C2E93. Grayscale: #CBCBCB. Windows color (decimal): -1846932 or 7131619. OLE color: 7131619.
HSL color Cylindrical-coordinate representation of color #E3D16C: hue angle of 50.92º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E3D16C is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 209 | 108 | - |
| CMYK | 0 | 0.08 | 0.52 | 0.11 |
| HSL | 50.92º | 0.68% | 0.66% | - |
| HSV(B) | 50.92º | 0.52% | 0.89% | - |
| XYZ | 57.19 | 63.01 | 23.34 | - |
| YUV | 202.87 | 74.46 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 209 | 108 | 0 | 0.08 | 0.52 | 0.11 | 50.92 | 0.68 | 0.66 |
| Hex | E3 | D1 | 6C | 0 | 8 | 34 | B | 33 | 44 | 42 |
| Octal | 343 | 321 | 154 | 0 | 10 | 64 | 13 | 63 | 104 | 102 |
| Binary | 11100011 | 11010001 | 1101100 | 0 | 1000 | 110100 | 1011 | 110011 | 1000100 | 1000010 |
Color Harmonies of #E3D16C
Complementary color
Monochromatic Colors of #E3D16C
Black with #E3D16C
Text Example
Text Example
White with #E3D16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D16C; }
p { color: rgb(227,209,108); }
H1.HeaderClassName
{
color: #E3D16C;
}
.AnyTagClassName
{
color: #E3D16C;
}
</style>
background-color css
<style>
a { background-color: #E3D16C; }
a { background-color: rgb(227,209,108); }
div.DivClassName
{
background-color: #E3D16C;
}
.BgClassName
{
background-color: #E3D16C;
}
</style>
border-color css
<style>
span { border-color: #E3D16C; }
span { border-color: rgb(227,209,108); }
td.TdClassName
{
border-color: #E3D16C;
}
.TagClassName
{
border-color: #E3D16C;
}
</style>