Shades of Wild Rice #E2D566
Tints of Wild Rice #E2D566
RGB
CMYK
RGB Variations
Color information
#E2D566 (or 0xE2D566) is known color: Wild Rice. HEX triplet: E2, D5 and 66. RGB value is (226,213,102). Sum of RGB (Red+Green+Blue) = 226+213+102=541 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.77% from 541); Green value is 213 (83.59% from 255 or 39.37% from 541); Blue value is 102 (40.23% from 255 or 18.85% from 541); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D566 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D566 is #1D2A99. Grayscale: #CCCCCC. Windows color (decimal): -1911450 or 6739426. OLE color: 6739426.
HSL color Cylindrical-coordinate representation of color #E2D566: hue angle of 53.71º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E2D566 is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 213 | 102 | - |
| CMYK | 0 | 0.06 | 0.55 | 0.11 |
| HSL | 53.71º | 0.68% | 0.64% | - |
| HSV(B) | 53.71º | 0.55% | 0.89% | - |
| XYZ | 57.56 | 64.72 | 22.03 | - |
| YUV | 204.23 | 70.31 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 213 | 102 | 0 | 0.06 | 0.55 | 0.11 | 53.71 | 0.68 | 0.64 |
| Hex | E2 | D5 | 66 | 0 | 6 | 37 | B | 36 | 44 | 40 |
| Octal | 342 | 325 | 146 | 0 | 6 | 67 | 13 | 66 | 104 | 100 |
| Binary | 11100010 | 11010101 | 1100110 | 0 | 110 | 110111 | 1011 | 110110 | 1000100 | 1000000 |
Color Harmonies of #E2D566
Complementary color
Monochromatic Colors of #E2D566
Black with #E2D566
Text Example
Text Example
White with #E2D566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D566; }
p { color: rgb(226,213,102); }
H1.HeaderClassName
{
color: #E2D566;
}
.AnyTagClassName
{
color: #E2D566;
}
</style>
background-color css
<style>
a { background-color: #E2D566; }
a { background-color: rgb(226,213,102); }
div.DivClassName
{
background-color: #E2D566;
}
.BgClassName
{
background-color: #E2D566;
}
</style>
border-color css
<style>
span { border-color: #E2D566; }
span { border-color: rgb(226,213,102); }
td.TdClassName
{
border-color: #E2D566;
}
.TagClassName
{
border-color: #E2D566;
}
</style>