Shades of Wild Rice #E2D270
Tints of Wild Rice #E2D270
RGB
CMYK
RGB Variations
Color information
#E2D270 (or 0xE2D270) is known color: Wild Rice. HEX triplet: E2, D2 and 70. RGB value is (226,210,112). Sum of RGB (Red+Green+Blue) = 226+210+112=548 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.24% from 548); Green value is 210 (82.42% from 255 or 38.32% from 548); Blue value is 112 (44.14% from 255 or 20.44% from 548); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D270 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D270 is #1D2D8F. Grayscale: #CCCCCC. Windows color (decimal): -1912208 or 7394018. OLE color: 7394018.
HSL color Cylindrical-coordinate representation of color #E2D270: hue angle of 51.58º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E2D270 is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 210 | 112 | - |
| CMYK | 0 | 0.07 | 0.50 | 0.11 |
| HSL | 51.58º | 0.66% | 0.66% | - |
| HSV(B) | 51.58º | 0.5% | 0.89% | - |
| XYZ | 57.34 | 63.43 | 24.55 | - |
| YUV | 203.61 | 76.3 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 210 | 112 | 0 | 0.07 | 0.50 | 0.11 | 51.58 | 0.66 | 0.66 |
| Hex | E2 | D2 | 70 | 0 | 7 | 32 | B | 34 | 42 | 42 |
| Octal | 342 | 322 | 160 | 0 | 7 | 62 | 13 | 64 | 102 | 102 |
| Binary | 11100010 | 11010010 | 1110000 | 0 | 111 | 110010 | 1011 | 110100 | 1000010 | 1000010 |
Color Harmonies of #E2D270
Complementary color
Monochromatic Colors of #E2D270
Black with #E2D270
Text Example
Text Example
White with #E2D270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D270; }
p { color: rgb(226,210,112); }
H1.HeaderClassName
{
color: #E2D270;
}
.AnyTagClassName
{
color: #E2D270;
}
</style>
background-color css
<style>
a { background-color: #E2D270; }
a { background-color: rgb(226,210,112); }
div.DivClassName
{
background-color: #E2D270;
}
.BgClassName
{
background-color: #E2D270;
}
</style>
border-color css
<style>
span { border-color: #E2D270; }
span { border-color: rgb(226,210,112); }
td.TdClassName
{
border-color: #E2D270;
}
.TagClassName
{
border-color: #E2D270;
}
</style>