Shades of Wild Rice #E3DA7A
Tints of Wild Rice #E3DA7A
RGB
CMYK
RGB Variations
Color information
#E3DA7A (or 0xE3DA7A) is known color: Wild Rice. HEX triplet: E3, DA and 7A. RGB value is (227,218,122). Sum of RGB (Red+Green+Blue) = 227+218+122=567 (75% of max value = 765). Red value is 227 (89.06% from 255 or 40.04% from 567); Green value is 218 (85.55% from 255 or 38.45% from 567); Blue value is 122 (48.05% from 255 or 21.52% from 567); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DA7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3DA7A is #1C2585. Grayscale: #D2D2D2. Windows color (decimal): -1844614 or 8051427. OLE color: 8051427.
HSL color Cylindrical-coordinate representation of color #E3DA7A: hue angle of 54.86º 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 #E3DA7A is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 218 | 122 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.11 |
| HSL | 54.86º | 0.65% | 0.68% | - |
| HSV(B) | 54.86º | 0.46% | 0.89% | - |
| XYZ | 60.26 | 67.88 | 28.34 | - |
| YUV | 209.75 | 78.48 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 218 | 122 | 0 | 0.04 | 0.46 | 0.11 | 54.86 | 0.65 | 0.68 |
| Hex | E3 | DA | 7A | 0 | 4 | 2E | B | 37 | 41 | 44 |
| Octal | 343 | 332 | 172 | 0 | 4 | 56 | 13 | 67 | 101 | 104 |
| Binary | 11100011 | 11011010 | 1111010 | 0 | 100 | 101110 | 1011 | 110111 | 1000001 | 1000100 |
Color Harmonies of #E3DA7A
Complementary color
Monochromatic Colors of #E3DA7A
Black with #E3DA7A
Text Example
Text Example
White with #E3DA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DA7A; }
p { color: rgb(227,218,122); }
H1.HeaderClassName
{
color: #E3DA7A;
}
.AnyTagClassName
{
color: #E3DA7A;
}
</style>
background-color css
<style>
a { background-color: #E3DA7A; }
a { background-color: rgb(227,218,122); }
div.DivClassName
{
background-color: #E3DA7A;
}
.BgClassName
{
background-color: #E3DA7A;
}
</style>
border-color css
<style>
span { border-color: #E3DA7A; }
span { border-color: rgb(227,218,122); }
td.TdClassName
{
border-color: #E3DA7A;
}
.TagClassName
{
border-color: #E3DA7A;
}
</style>