Shades of Wild Rice #E0D16B
Tints of Wild Rice #E0D16B
RGB
CMYK
RGB Variations
Color information
#E0D16B (or 0xE0D16B) is known color: Wild Rice. HEX triplet: E0, D1 and 6B. RGB value is (224,209,107). Sum of RGB (Red+Green+Blue) = 224+209+107=540 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.48% from 540); Green value is 209 (82.03% from 255 or 38.70% from 540); Blue value is 107 (42.19% from 255 or 19.81% from 540); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D16B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D16B is #1F2E94. Grayscale: #CACACA. Windows color (decimal): -2043541 or 7066080. OLE color: 7066080.
HSL color Cylindrical-coordinate representation of color #E0D16B: hue angle of 52.31º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E0D16B is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 209 | 107 | - |
| CMYK | 0 | 0.07 | 0.52 | 0.12 |
| HSL | 52.31º | 0.65% | 0.65% | - |
| HSV(B) | 52.31º | 0.52% | 0.88% | - |
| XYZ | 56.19 | 62.51 | 23.01 | - |
| YUV | 201.86 | 74.47 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 209 | 107 | 0 | 0.07 | 0.52 | 0.12 | 52.31 | 0.65 | 0.65 |
| Hex | E0 | D1 | 6B | 0 | 7 | 34 | C | 34 | 41 | 41 |
| Octal | 340 | 321 | 153 | 0 | 7 | 64 | 14 | 64 | 101 | 101 |
| Binary | 11100000 | 11010001 | 1101011 | 0 | 111 | 110100 | 1100 | 110100 | 1000001 | 1000001 |
Color Harmonies of #E0D16B
Complementary color
Monochromatic Colors of #E0D16B
Black with #E0D16B
Text Example
Text Example
White with #E0D16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D16B; }
p { color: rgb(224,209,107); }
H1.HeaderClassName
{
color: #E0D16B;
}
.AnyTagClassName
{
color: #E0D16B;
}
</style>
background-color css
<style>
a { background-color: #E0D16B; }
a { background-color: rgb(224,209,107); }
div.DivClassName
{
background-color: #E0D16B;
}
.BgClassName
{
background-color: #E0D16B;
}
</style>
border-color css
<style>
span { border-color: #E0D16B; }
span { border-color: rgb(224,209,107); }
td.TdClassName
{
border-color: #E0D16B;
}
.TagClassName
{
border-color: #E0D16B;
}
</style>