Shades of Wild Rice #E2D478
Tints of Wild Rice #E2D478
RGB
CMYK
RGB Variations
Color information
#E2D478 (or 0xE2D478) is known color: Wild Rice. HEX triplet: E2, D4 and 78. RGB value is (226,212,120). Sum of RGB (Red+Green+Blue) = 226+212+120=558 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.50% from 558); Green value is 212 (83.20% from 255 or 37.99% from 558); Blue value is 120 (47.27% from 255 or 21.51% from 558); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D478 is #1D2B87. Grayscale: #CECECE. Windows color (decimal): -1911688 or 7918818. OLE color: 7918818.
HSL color Cylindrical-coordinate representation of color #E2D478: hue angle of 52.08º 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 #E2D478 is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 212 | 120 | - |
| CMYK | 0 | 0.06 | 0.47 | 0.11 |
| HSL | 52.08º | 0.65% | 0.68% | - |
| HSV(B) | 52.08º | 0.47% | 0.89% | - |
| XYZ | 58.3 | 64.61 | 27.17 | - |
| YUV | 205.7 | 79.64 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 212 | 120 | 0 | 0.06 | 0.47 | 0.11 | 52.08 | 0.65 | 0.68 |
| Hex | E2 | D4 | 78 | 0 | 6 | 2F | B | 34 | 41 | 44 |
| Octal | 342 | 324 | 170 | 0 | 6 | 57 | 13 | 64 | 101 | 104 |
| Binary | 11100010 | 11010100 | 1111000 | 0 | 110 | 101111 | 1011 | 110100 | 1000001 | 1000100 |
Color Harmonies of #E2D478
Complementary color
Monochromatic Colors of #E2D478
Black with #E2D478
Text Example
Text Example
White with #E2D478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D478; }
p { color: rgb(226,212,120); }
H1.HeaderClassName
{
color: #E2D478;
}
.AnyTagClassName
{
color: #E2D478;
}
</style>
background-color css
<style>
a { background-color: #E2D478; }
a { background-color: rgb(226,212,120); }
div.DivClassName
{
background-color: #E2D478;
}
.BgClassName
{
background-color: #E2D478;
}
</style>
border-color css
<style>
span { border-color: #E2D478; }
span { border-color: rgb(226,212,120); }
td.TdClassName
{
border-color: #E2D478;
}
.TagClassName
{
border-color: #E2D478;
}
</style>