Shades of Wild Rice #E0D074
Tints of Wild Rice #E0D074
RGB
CMYK
RGB Variations
Color information
#E0D074 (or 0xE0D074) is known color: Wild Rice. HEX triplet: E0, D0 and 74. RGB value is (224,208,116). Sum of RGB (Red+Green+Blue) = 224+208+116=548 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.88% from 548); Green value is 208 (81.64% from 255 or 37.96% from 548); Blue value is 116 (45.70% from 255 or 21.17% from 548); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D074 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D074 is #1F2F8B. Grayscale: #CACACA. Windows color (decimal): -2043788 or 7655648. OLE color: 7655648.
HSL color Cylindrical-coordinate representation of color #E0D074: hue angle of 51.11º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E0D074 is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 208 | 116 | - |
| CMYK | 0 | 0.07 | 0.48 | 0.12 |
| HSL | 51.11º | 0.64% | 0.67% | - |
| HSV(B) | 51.11º | 0.48% | 0.88% | - |
| XYZ | 56.45 | 62.22 | 25.56 | - |
| YUV | 202.3 | 79.3 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 208 | 116 | 0 | 0.07 | 0.48 | 0.12 | 51.11 | 0.64 | 0.67 |
| Hex | E0 | D0 | 74 | 0 | 7 | 30 | C | 33 | 40 | 43 |
| Octal | 340 | 320 | 164 | 0 | 7 | 60 | 14 | 63 | 100 | 103 |
| Binary | 11100000 | 11010000 | 1110100 | 0 | 111 | 110000 | 1100 | 110011 | 1000000 | 1000011 |
Color Harmonies of #E0D074
Complementary color
Monochromatic Colors of #E0D074
Black with #E0D074
Text Example
Text Example
White with #E0D074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D074; }
p { color: rgb(224,208,116); }
H1.HeaderClassName
{
color: #E0D074;
}
.AnyTagClassName
{
color: #E0D074;
}
</style>
background-color css
<style>
a { background-color: #E0D074; }
a { background-color: rgb(224,208,116); }
div.DivClassName
{
background-color: #E0D074;
}
.BgClassName
{
background-color: #E0D074;
}
</style>
border-color css
<style>
span { border-color: #E0D074; }
span { border-color: rgb(224,208,116); }
td.TdClassName
{
border-color: #E0D074;
}
.TagClassName
{
border-color: #E0D074;
}
</style>