Shades of Wild Rice #E2D078
Tints of Wild Rice #E2D078
RGB
CMYK
RGB Variations
Color information
#E2D078 (or 0xE2D078) is known color: Wild Rice. HEX triplet: E2, D0 and 78. RGB value is (226,208,120). Sum of RGB (Red+Green+Blue) = 226+208+120=554 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.79% from 554); Green value is 208 (81.64% from 255 or 37.55% from 554); Blue value is 120 (47.27% from 255 or 21.66% from 554); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D078 is #1D2F87. Grayscale: #CBCBCB. Windows color (decimal): -1912712 or 7917794. OLE color: 7917794.
HSL color Cylindrical-coordinate representation of color #E2D078: hue angle of 49.81º 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 #E2D078 is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 208 | 120 | - |
| CMYK | 0 | 0.08 | 0.47 | 0.11 |
| HSL | 49.81º | 0.65% | 0.68% | - |
| HSV(B) | 49.81º | 0.47% | 0.89% | - |
| XYZ | 57.31 | 62.64 | 26.84 | - |
| YUV | 203.35 | 80.96 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 208 | 120 | 0 | 0.08 | 0.47 | 0.11 | 49.81 | 0.65 | 0.68 |
| Hex | E2 | D0 | 78 | 0 | 8 | 2F | B | 32 | 41 | 44 |
| Octal | 342 | 320 | 170 | 0 | 10 | 57 | 13 | 62 | 101 | 104 |
| Binary | 11100010 | 11010000 | 1111000 | 0 | 1000 | 101111 | 1011 | 110010 | 1000001 | 1000100 |
Color Harmonies of #E2D078
Complementary color
Monochromatic Colors of #E2D078
Black with #E2D078
Text Example
Text Example
White with #E2D078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D078; }
p { color: rgb(226,208,120); }
H1.HeaderClassName
{
color: #E2D078;
}
.AnyTagClassName
{
color: #E2D078;
}
</style>
background-color css
<style>
a { background-color: #E2D078; }
a { background-color: rgb(226,208,120); }
div.DivClassName
{
background-color: #E2D078;
}
.BgClassName
{
background-color: #E2D078;
}
</style>
border-color css
<style>
span { border-color: #E2D078; }
span { border-color: rgb(226,208,120); }
td.TdClassName
{
border-color: #E2D078;
}
.TagClassName
{
border-color: #E2D078;
}
</style>