Shades of Wild Rice #E2D26C
Tints of Wild Rice #E2D26C
RGB
CMYK
RGB Variations
Color information
#E2D26C (or 0xE2D26C) is known color: Wild Rice. HEX triplet: E2, D2 and 6C. RGB value is (226,210,108). Sum of RGB (Red+Green+Blue) = 226+210+108=544 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.54% from 544); Green value is 210 (82.42% from 255 or 38.60% from 544); Blue value is 108 (42.58% from 255 or 19.85% from 544); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D26C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D26C is #1D2D93. Grayscale: #CBCBCB. Windows color (decimal): -1912212 or 7131874. OLE color: 7131874.
HSL color Cylindrical-coordinate representation of color #E2D26C: hue angle of 51.86º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E2D26C is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 210 | 108 | - |
| CMYK | 0 | 0.07 | 0.52 | 0.11 |
| HSL | 51.86º | 0.67% | 0.65% | - |
| HSV(B) | 51.86º | 0.52% | 0.89% | - |
| XYZ | 57.12 | 63.34 | 23.4 | - |
| YUV | 203.16 | 74.3 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 210 | 108 | 0 | 0.07 | 0.52 | 0.11 | 51.86 | 0.67 | 0.65 |
| Hex | E2 | D2 | 6C | 0 | 7 | 34 | B | 34 | 43 | 41 |
| Octal | 342 | 322 | 154 | 0 | 7 | 64 | 13 | 64 | 103 | 101 |
| Binary | 11100010 | 11010010 | 1101100 | 0 | 111 | 110100 | 1011 | 110100 | 1000011 | 1000001 |
Color Harmonies of #E2D26C
Complementary color
Monochromatic Colors of #E2D26C
Black with #E2D26C
Text Example
Text Example
White with #E2D26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D26C; }
p { color: rgb(226,210,108); }
H1.HeaderClassName
{
color: #E2D26C;
}
.AnyTagClassName
{
color: #E2D26C;
}
</style>
background-color css
<style>
a { background-color: #E2D26C; }
a { background-color: rgb(226,210,108); }
div.DivClassName
{
background-color: #E2D26C;
}
.BgClassName
{
background-color: #E2D26C;
}
</style>
border-color css
<style>
span { border-color: #E2D26C; }
span { border-color: rgb(226,210,108); }
td.TdClassName
{
border-color: #E2D26C;
}
.TagClassName
{
border-color: #E2D26C;
}
</style>