Shades of Wild Rice #E0D26C
Tints of Wild Rice #E0D26C
RGB
CMYK
RGB Variations
Color information
#E0D26C (or 0xE0D26C) is known color: Wild Rice. HEX triplet: E0, D2 and 6C. RGB value is (224,210,108). Sum of RGB (Red+Green+Blue) = 224+210+108=542 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.33% from 542); Green value is 210 (82.42% from 255 or 38.75% from 542); Blue value is 108 (42.58% from 255 or 19.93% from 542); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D26C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D26C is #1F2D93. Grayscale: #CACACA. Windows color (decimal): -2043284 or 7131872. OLE color: 7131872.
HSL color Cylindrical-coordinate representation of color #E0D26C: hue angle of 52.76º 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 #E0D26C is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 210 | 108 | - |
| CMYK | 0 | 0.06 | 0.52 | 0.12 |
| HSL | 52.76º | 0.65% | 0.65% | - |
| HSV(B) | 52.76º | 0.52% | 0.88% | - |
| XYZ | 56.49 | 63.02 | 23.37 | - |
| YUV | 202.56 | 74.64 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 210 | 108 | 0 | 0.06 | 0.52 | 0.12 | 52.76 | 0.65 | 0.65 |
| Hex | E0 | D2 | 6C | 0 | 6 | 34 | C | 35 | 41 | 41 |
| Octal | 340 | 322 | 154 | 0 | 6 | 64 | 14 | 65 | 101 | 101 |
| Binary | 11100000 | 11010010 | 1101100 | 0 | 110 | 110100 | 1100 | 110101 | 1000001 | 1000001 |
Color Harmonies of #E0D26C
Complementary color
Monochromatic Colors of #E0D26C
Black with #E0D26C
Text Example
Text Example
White with #E0D26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D26C; }
p { color: rgb(224,210,108); }
H1.HeaderClassName
{
color: #E0D26C;
}
.AnyTagClassName
{
color: #E0D26C;
}
</style>
background-color css
<style>
a { background-color: #E0D26C; }
a { background-color: rgb(224,210,108); }
div.DivClassName
{
background-color: #E0D26C;
}
.BgClassName
{
background-color: #E0D26C;
}
</style>
border-color css
<style>
span { border-color: #E0D26C; }
span { border-color: rgb(224,210,108); }
td.TdClassName
{
border-color: #E0D26C;
}
.TagClassName
{
border-color: #E0D26C;
}
</style>