Shades of Wild Rice #E2D278
Tints of Wild Rice #E2D278
RGB
CMYK
RGB Variations
Color information
#E2D278 (or 0xE2D278) is known color: Wild Rice. HEX triplet: E2, D2 and 78. RGB value is (226,210,120). Sum of RGB (Red+Green+Blue) = 226+210+120=556 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.65% from 556); Green value is 210 (82.42% from 255 or 37.77% from 556); Blue value is 120 (47.27% from 255 or 21.58% from 556); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D278 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D278 is #1D2D87. Grayscale: #CCCCCC. Windows color (decimal): -1912200 or 7918306. OLE color: 7918306.
HSL color Cylindrical-coordinate representation of color #E2D278: hue angle of 50.94º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E2D278 is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 210 | 120 | - |
| CMYK | 0 | 0.07 | 0.47 | 0.11 |
| HSL | 50.94º | 0.65% | 0.68% | - |
| HSV(B) | 50.94º | 0.47% | 0.89% | - |
| XYZ | 57.8 | 63.62 | 27 | - |
| YUV | 204.52 | 80.3 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 210 | 120 | 0 | 0.07 | 0.47 | 0.11 | 50.94 | 0.65 | 0.68 |
| Hex | E2 | D2 | 78 | 0 | 7 | 2F | B | 33 | 41 | 44 |
| Octal | 342 | 322 | 170 | 0 | 7 | 57 | 13 | 63 | 101 | 104 |
| Binary | 11100010 | 11010010 | 1111000 | 0 | 111 | 101111 | 1011 | 110011 | 1000001 | 1000100 |
Color Harmonies of #E2D278
Complementary color
Monochromatic Colors of #E2D278
Black with #E2D278
Text Example
Text Example
White with #E2D278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D278; }
p { color: rgb(226,210,120); }
H1.HeaderClassName
{
color: #E2D278;
}
.AnyTagClassName
{
color: #E2D278;
}
</style>
background-color css
<style>
a { background-color: #E2D278; }
a { background-color: rgb(226,210,120); }
div.DivClassName
{
background-color: #E2D278;
}
.BgClassName
{
background-color: #E2D278;
}
</style>
border-color css
<style>
span { border-color: #E2D278; }
span { border-color: rgb(226,210,120); }
td.TdClassName
{
border-color: #E2D278;
}
.TagClassName
{
border-color: #E2D278;
}
</style>