Shades of Wild Rice #E2D277
Tints of Wild Rice #E2D277
RGB
CMYK
RGB Variations
Color information
#E2D277 (or 0xE2D277) is known color: Wild Rice. HEX triplet: E2, D2 and 77. RGB value is (226,210,119). Sum of RGB (Red+Green+Blue) = 226+210+119=555 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.72% from 555); Green value is 210 (82.42% from 255 or 37.84% from 555); Blue value is 119 (46.88% from 255 or 21.44% from 555); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D277 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D277 is #1D2D88. Grayscale: #CCCCCC. Windows color (decimal): -1912201 or 7852770. OLE color: 7852770.
HSL color Cylindrical-coordinate representation of color #E2D277: hue angle of 51.03º 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 #E2D277 is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 210 | 119 | - |
| CMYK | 0 | 0.07 | 0.47 | 0.11 |
| HSL | 51.03º | 0.65% | 0.68% | - |
| HSV(B) | 51.03º | 0.47% | 0.89% | - |
| XYZ | 57.74 | 63.59 | 26.68 | - |
| YUV | 204.41 | 79.8 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 210 | 119 | 0 | 0.07 | 0.47 | 0.11 | 51.03 | 0.65 | 0.68 |
| Hex | E2 | D2 | 77 | 0 | 7 | 2F | B | 33 | 41 | 44 |
| Octal | 342 | 322 | 167 | 0 | 7 | 57 | 13 | 63 | 101 | 104 |
| Binary | 11100010 | 11010010 | 1110111 | 0 | 111 | 101111 | 1011 | 110011 | 1000001 | 1000100 |
Color Harmonies of #E2D277
Complementary color
Monochromatic Colors of #E2D277
Black with #E2D277
Text Example
Text Example
White with #E2D277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D277; }
p { color: rgb(226,210,119); }
H1.HeaderClassName
{
color: #E2D277;
}
.AnyTagClassName
{
color: #E2D277;
}
</style>
background-color css
<style>
a { background-color: #E2D277; }
a { background-color: rgb(226,210,119); }
div.DivClassName
{
background-color: #E2D277;
}
.BgClassName
{
background-color: #E2D277;
}
</style>
border-color css
<style>
span { border-color: #E2D277; }
span { border-color: rgb(226,210,119); }
td.TdClassName
{
border-color: #E2D277;
}
.TagClassName
{
border-color: #E2D277;
}
</style>