Shades of Wild Rice #E3D57A
Tints of Wild Rice #E3D57A
RGB
CMYK
RGB Variations
Color information
#E3D57A (or 0xE3D57A) is known color: Wild Rice. HEX triplet: E3, D5 and 7A. RGB value is (227,213,122). Sum of RGB (Red+Green+Blue) = 227+213+122=562 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.39% from 562); Green value is 213 (83.59% from 255 or 37.90% from 562); Blue value is 122 (48.05% from 255 or 21.71% from 562); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3D57A is #1C2A85. Grayscale: #CFCFCF. Windows color (decimal): -1845894 or 8050147. OLE color: 8050147.
HSL color Cylindrical-coordinate representation of color #E3D57A: hue angle of 52º 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 #E3D57A is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 213 | 122 | - |
| CMYK | 0 | 0.06 | 0.46 | 0.11 |
| HSL | 52º | 0.65% | 0.68% | - |
| HSV(B) | 52º | 0.46% | 0.89% | - |
| XYZ | 58.99 | 65.32 | 27.91 | - |
| YUV | 206.81 | 80.14 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 213 | 122 | 0 | 0.06 | 0.46 | 0.11 | 52 | 0.65 | 0.68 |
| Hex | E3 | D5 | 7A | 0 | 6 | 2E | B | 34 | 41 | 44 |
| Octal | 343 | 325 | 172 | 0 | 6 | 56 | 13 | 64 | 101 | 104 |
| Binary | 11100011 | 11010101 | 1111010 | 0 | 110 | 101110 | 1011 | 110100 | 1000001 | 1000100 |
Color Harmonies of #E3D57A
Complementary color
Monochromatic Colors of #E3D57A
Black with #E3D57A
Text Example
Text Example
White with #E3D57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D57A; }
p { color: rgb(227,213,122); }
H1.HeaderClassName
{
color: #E3D57A;
}
.AnyTagClassName
{
color: #E3D57A;
}
</style>
background-color css
<style>
a { background-color: #E3D57A; }
a { background-color: rgb(227,213,122); }
div.DivClassName
{
background-color: #E3D57A;
}
.BgClassName
{
background-color: #E3D57A;
}
</style>
border-color css
<style>
span { border-color: #E3D57A; }
span { border-color: rgb(227,213,122); }
td.TdClassName
{
border-color: #E3D57A;
}
.TagClassName
{
border-color: #E3D57A;
}
</style>