Shades of Wild Rice #E3DC7D
Tints of Wild Rice #E3DC7D
RGB
CMYK
RGB Variations
Color information
#E3DC7D (or 0xE3DC7D) is known color: Wild Rice. HEX triplet: E3, DC and 7D. RGB value is (227,220,125). Sum of RGB (Red+Green+Blue) = 227+220+125=572 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.69% from 572); Green value is 220 (86.33% from 255 or 38.46% from 572); Blue value is 125 (49.22% from 255 or 21.85% from 572); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DC7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3DC7D is #1C2382. Grayscale: #D3D3D3. Windows color (decimal): -1844099 or 8248547. OLE color: 8248547.
HSL color Cylindrical-coordinate representation of color #E3DC7D: hue angle of 55.88º degrees, saturation: 0.65, 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 #E3DC7D is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 220 | 125 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.11 |
| HSL | 55.88º | 0.65% | 0.69% | - |
| HSV(B) | 55.88º | 0.45% | 0.89% | - |
| XYZ | 60.97 | 69 | 29.51 | - |
| YUV | 211.26 | 79.32 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 220 | 125 | 0 | 0.03 | 0.45 | 0.11 | 55.88 | 0.65 | 0.69 |
| Hex | E3 | DC | 7D | 0 | 3 | 2D | B | 38 | 41 | 45 |
| Octal | 343 | 334 | 175 | 0 | 3 | 55 | 13 | 70 | 101 | 105 |
| Binary | 11100011 | 11011100 | 1111101 | 0 | 11 | 101101 | 1011 | 111000 | 1000001 | 1000101 |
Color Harmonies of #E3DC7D
Complementary color
Monochromatic Colors of #E3DC7D
Black with #E3DC7D
Text Example
Text Example
White with #E3DC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DC7D; }
p { color: rgb(227,220,125); }
H1.HeaderClassName
{
color: #E3DC7D;
}
.AnyTagClassName
{
color: #E3DC7D;
}
</style>
background-color css
<style>
a { background-color: #E3DC7D; }
a { background-color: rgb(227,220,125); }
div.DivClassName
{
background-color: #E3DC7D;
}
.BgClassName
{
background-color: #E3DC7D;
}
</style>
border-color css
<style>
span { border-color: #E3DC7D; }
span { border-color: rgb(227,220,125); }
td.TdClassName
{
border-color: #E3DC7D;
}
.TagClassName
{
border-color: #E3DC7D;
}
</style>