Shades of Wild Rice #E3DB7A
Tints of Wild Rice #E3DB7A
RGB
CMYK
RGB Variations
Color information
#E3DB7A (or 0xE3DB7A) is known color: Wild Rice. HEX triplet: E3, DB and 7A. RGB value is (227,219,122). Sum of RGB (Red+Green+Blue) = 227+219+122=568 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.96% from 568); Green value is 219 (85.94% from 255 or 38.56% from 568); Blue value is 122 (48.05% from 255 or 21.48% from 568); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DB7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3DB7A is #1C2485. Grayscale: #D2D2D2. Windows color (decimal): -1844358 or 8051683. OLE color: 8051683.
HSL color Cylindrical-coordinate representation of color #E3DB7A: hue angle of 55.43º 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 #E3DB7A is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 219 | 122 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.11 |
| HSL | 55.43º | 0.65% | 0.68% | - |
| HSV(B) | 55.43º | 0.46% | 0.89% | - |
| XYZ | 60.52 | 68.4 | 28.42 | - |
| YUV | 210.33 | 78.15 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 219 | 122 | 0 | 0.04 | 0.46 | 0.11 | 55.43 | 0.65 | 0.68 |
| Hex | E3 | DB | 7A | 0 | 4 | 2E | B | 37 | 41 | 44 |
| Octal | 343 | 333 | 172 | 0 | 4 | 56 | 13 | 67 | 101 | 104 |
| Binary | 11100011 | 11011011 | 1111010 | 0 | 100 | 101110 | 1011 | 110111 | 1000001 | 1000100 |
Color Harmonies of #E3DB7A
Complementary color
Monochromatic Colors of #E3DB7A
Black with #E3DB7A
Text Example
Text Example
White with #E3DB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DB7A; }
p { color: rgb(227,219,122); }
H1.HeaderClassName
{
color: #E3DB7A;
}
.AnyTagClassName
{
color: #E3DB7A;
}
</style>
background-color css
<style>
a { background-color: #E3DB7A; }
a { background-color: rgb(227,219,122); }
div.DivClassName
{
background-color: #E3DB7A;
}
.BgClassName
{
background-color: #E3DB7A;
}
</style>
border-color css
<style>
span { border-color: #E3DB7A; }
span { border-color: rgb(227,219,122); }
td.TdClassName
{
border-color: #E3DB7A;
}
.TagClassName
{
border-color: #E3DB7A;
}
</style>