Shades of Wild Rice #E0D06A
Tints of Wild Rice #E0D06A
RGB
CMYK
RGB Variations
Color information
#E0D06A (or 0xE0D06A) is known color: Wild Rice. HEX triplet: E0, D0 and 6A. RGB value is (224,208,106). Sum of RGB (Red+Green+Blue) = 224+208+106=538 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.64% from 538); Green value is 208 (81.64% from 255 or 38.66% from 538); Blue value is 106 (41.80% from 255 or 19.70% from 538); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D06A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D06A is #1F2F95. Grayscale: #C9C9C9. Windows color (decimal): -2043798 or 7000288. OLE color: 7000288.
HSL color Cylindrical-coordinate representation of color #E0D06A: hue angle of 51.86º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E0D06A is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 208 | 106 | - |
| CMYK | 0 | 0.07 | 0.53 | 0.12 |
| HSL | 51.86º | 0.66% | 0.65% | - |
| HSV(B) | 51.86º | 0.53% | 0.88% | - |
| XYZ | 55.9 | 62 | 22.66 | - |
| YUV | 201.16 | 74.3 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 208 | 106 | 0 | 0.07 | 0.53 | 0.12 | 51.86 | 0.66 | 0.65 |
| Hex | E0 | D0 | 6A | 0 | 7 | 35 | C | 34 | 42 | 41 |
| Octal | 340 | 320 | 152 | 0 | 7 | 65 | 14 | 64 | 102 | 101 |
| Binary | 11100000 | 11010000 | 1101010 | 0 | 111 | 110101 | 1100 | 110100 | 1000010 | 1000001 |
Color Harmonies of #E0D06A
Complementary color
Monochromatic Colors of #E0D06A
Black with #E0D06A
Text Example
Text Example
White with #E0D06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D06A; }
p { color: rgb(224,208,106); }
H1.HeaderClassName
{
color: #E0D06A;
}
.AnyTagClassName
{
color: #E0D06A;
}
</style>
background-color css
<style>
a { background-color: #E0D06A; }
a { background-color: rgb(224,208,106); }
div.DivClassName
{
background-color: #E0D06A;
}
.BgClassName
{
background-color: #E0D06A;
}
</style>
border-color css
<style>
span { border-color: #E0D06A; }
span { border-color: rgb(224,208,106); }
td.TdClassName
{
border-color: #E0D06A;
}
.TagClassName
{
border-color: #E0D06A;
}
</style>