Shades of Wild Rice #E2DC7C
Tints of Wild Rice #E2DC7C
RGB
CMYK
RGB Variations
Color information
#E2DC7C (or 0xE2DC7C) is known color: Wild Rice. HEX triplet: E2, DC and 7C. RGB value is (226,220,124). Sum of RGB (Red+Green+Blue) = 226+220+124=570 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.65% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 124 (48.83% from 255 or 21.75% from 570); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DC7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DC7C is #1D2383. Grayscale: #D3D3D3. Windows color (decimal): -1909636 or 8183010. OLE color: 8183010.
HSL color Cylindrical-coordinate representation of color #E2DC7C: hue angle of 56.47º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E2DC7C is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 220 | 124 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.11 |
| HSL | 56.47º | 0.64% | 0.69% | - |
| HSV(B) | 56.47º | 0.45% | 0.89% | - |
| XYZ | 60.6 | 68.81 | 29.16 | - |
| YUV | 210.85 | 78.99 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 220 | 124 | 0 | 0.03 | 0.45 | 0.11 | 56.47 | 0.64 | 0.69 |
| Hex | E2 | DC | 7C | 0 | 3 | 2D | B | 38 | 40 | 45 |
| Octal | 342 | 334 | 174 | 0 | 3 | 55 | 13 | 70 | 100 | 105 |
| Binary | 11100010 | 11011100 | 1111100 | 0 | 11 | 101101 | 1011 | 111000 | 1000000 | 1000101 |
Color Harmonies of #E2DC7C
Complementary color
Monochromatic Colors of #E2DC7C
Black with #E2DC7C
Text Example
Text Example
White with #E2DC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DC7C; }
p { color: rgb(226,220,124); }
H1.HeaderClassName
{
color: #E2DC7C;
}
.AnyTagClassName
{
color: #E2DC7C;
}
</style>
background-color css
<style>
a { background-color: #E2DC7C; }
a { background-color: rgb(226,220,124); }
div.DivClassName
{
background-color: #E2DC7C;
}
.BgClassName
{
background-color: #E2DC7C;
}
</style>
border-color css
<style>
span { border-color: #E2DC7C; }
span { border-color: rgb(226,220,124); }
td.TdClassName
{
border-color: #E2DC7C;
}
.TagClassName
{
border-color: #E2DC7C;
}
</style>