Shades of Wild Rice #E3DD7A
Tints of Wild Rice #E3DD7A
RGB
CMYK
RGB Variations
Color information
#E3DD7A (or 0xE3DD7A) is known color: Wild Rice. HEX triplet: E3, DD and 7A. RGB value is (227,221,122). Sum of RGB (Red+Green+Blue) = 227+221+122=570 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.82% from 570); Green value is 221 (86.72% from 255 or 38.77% from 570); Blue value is 122 (48.05% from 255 or 21.40% from 570); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DD7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3DD7A is #1C2285. Grayscale: #D3D3D3. Windows color (decimal): -1843846 or 8052195. OLE color: 8052195.
HSL color Cylindrical-coordinate representation of color #E3DD7A: hue angle of 56.57º 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 #E3DD7A is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 221 | 122 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.11 |
| HSL | 56.57º | 0.65% | 0.68% | - |
| HSV(B) | 56.57º | 0.46% | 0.89% | - |
| XYZ | 61.05 | 69.45 | 28.6 | - |
| YUV | 211.51 | 77.49 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 221 | 122 | 0 | 0.03 | 0.46 | 0.11 | 56.57 | 0.65 | 0.68 |
| Hex | E3 | DD | 7A | 0 | 3 | 2E | B | 39 | 41 | 44 |
| Octal | 343 | 335 | 172 | 0 | 3 | 56 | 13 | 71 | 101 | 104 |
| Binary | 11100011 | 11011101 | 1111010 | 0 | 11 | 101110 | 1011 | 111001 | 1000001 | 1000100 |
Color Harmonies of #E3DD7A
Complementary color
Monochromatic Colors of #E3DD7A
Black with #E3DD7A
Text Example
Text Example
White with #E3DD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DD7A; }
p { color: rgb(227,221,122); }
H1.HeaderClassName
{
color: #E3DD7A;
}
.AnyTagClassName
{
color: #E3DD7A;
}
</style>
background-color css
<style>
a { background-color: #E3DD7A; }
a { background-color: rgb(227,221,122); }
div.DivClassName
{
background-color: #E3DD7A;
}
.BgClassName
{
background-color: #E3DD7A;
}
</style>
border-color css
<style>
span { border-color: #E3DD7A; }
span { border-color: rgb(227,221,122); }
td.TdClassName
{
border-color: #E3DD7A;
}
.TagClassName
{
border-color: #E3DD7A;
}
</style>