Shades of Wild Rice #E3DC7A
Tints of Wild Rice #E3DC7A
RGB
CMYK
RGB Variations
Color information
#E3DC7A (or 0xE3DC7A) is known color: Wild Rice. HEX triplet: E3, DC and 7A. RGB value is (227,220,122). Sum of RGB (Red+Green+Blue) = 227+220+122=569 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.89% from 569); Green value is 220 (86.33% from 255 or 38.66% from 569); Blue value is 122 (48.05% from 255 or 21.44% from 569); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DC7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3DC7A is #1C2385. Grayscale: #D3D3D3. Windows color (decimal): -1844102 or 8051939. OLE color: 8051939.
HSL color Cylindrical-coordinate representation of color #E3DC7A: hue angle of 56º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E3DC7A is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 220 | 122 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.11 |
| HSL | 56º | 0.65% | 0.68% | - |
| HSV(B) | 56º | 0.46% | 0.89% | - |
| XYZ | 60.78 | 68.92 | 28.51 | - |
| YUV | 210.92 | 77.82 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 220 | 122 | 0 | 0.03 | 0.46 | 0.11 | 56 | 0.65 | 0.68 |
| Hex | E3 | DC | 7A | 0 | 3 | 2E | B | 38 | 41 | 44 |
| Octal | 343 | 334 | 172 | 0 | 3 | 56 | 13 | 70 | 101 | 104 |
| Binary | 11100011 | 11011100 | 1111010 | 0 | 11 | 101110 | 1011 | 111000 | 1000001 | 1000100 |
Color Harmonies of #E3DC7A
Complementary color
Monochromatic Colors of #E3DC7A
Black with #E3DC7A
Text Example
Text Example
White with #E3DC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DC7A; }
p { color: rgb(227,220,122); }
H1.HeaderClassName
{
color: #E3DC7A;
}
.AnyTagClassName
{
color: #E3DC7A;
}
</style>
background-color css
<style>
a { background-color: #E3DC7A; }
a { background-color: rgb(227,220,122); }
div.DivClassName
{
background-color: #E3DC7A;
}
.BgClassName
{
background-color: #E3DC7A;
}
</style>
border-color css
<style>
span { border-color: #E3DC7A; }
span { border-color: rgb(227,220,122); }
td.TdClassName
{
border-color: #E3DC7A;
}
.TagClassName
{
border-color: #E3DC7A;
}
</style>