Shades of Wild Rice #E2D56E
Tints of Wild Rice #E2D56E
RGB
CMYK
RGB Variations
Color information
#E2D56E (or 0xE2D56E) is known color: Wild Rice. HEX triplet: E2, D5 and 6E. RGB value is (226,213,110). Sum of RGB (Red+Green+Blue) = 226+213+110=549 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.17% from 549); Green value is 213 (83.59% from 255 or 38.80% from 549); Blue value is 110 (43.36% from 255 or 20.04% from 549); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D56E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D56E is #1D2A91. Grayscale: #CDCDCD. Windows color (decimal): -1911442 or 7263714. OLE color: 7263714.
HSL color Cylindrical-coordinate representation of color #E2D56E: hue angle of 53.28º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E2D56E is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 213 | 110 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.11 |
| HSL | 53.28º | 0.67% | 0.66% | - |
| HSV(B) | 53.28º | 0.51% | 0.89% | - |
| XYZ | 57.97 | 64.88 | 24.22 | - |
| YUV | 205.15 | 74.31 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 213 | 110 | 0 | 0.06 | 0.51 | 0.11 | 53.28 | 0.67 | 0.66 |
| Hex | E2 | D5 | 6E | 0 | 6 | 33 | B | 35 | 43 | 42 |
| Octal | 342 | 325 | 156 | 0 | 6 | 63 | 13 | 65 | 103 | 102 |
| Binary | 11100010 | 11010101 | 1101110 | 0 | 110 | 110011 | 1011 | 110101 | 1000011 | 1000010 |
Color Harmonies of #E2D56E
Complementary color
Monochromatic Colors of #E2D56E
Black with #E2D56E
Text Example
Text Example
White with #E2D56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D56E; }
p { color: rgb(226,213,110); }
H1.HeaderClassName
{
color: #E2D56E;
}
.AnyTagClassName
{
color: #E2D56E;
}
</style>
background-color css
<style>
a { background-color: #E2D56E; }
a { background-color: rgb(226,213,110); }
div.DivClassName
{
background-color: #E2D56E;
}
.BgClassName
{
background-color: #E2D56E;
}
</style>
border-color css
<style>
span { border-color: #E2D56E; }
span { border-color: rgb(226,213,110); }
td.TdClassName
{
border-color: #E2D56E;
}
.TagClassName
{
border-color: #E2D56E;
}
</style>