Shades of Wild Rice #E3D46A
Tints of Wild Rice #E3D46A
RGB
CMYK
RGB Variations
Color information
#E3D46A (or 0xE3D46A) is known color: Wild Rice. HEX triplet: E3, D4 and 6A. RGB value is (227,212,106). Sum of RGB (Red+Green+Blue) = 227+212+106=545 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.65% from 545); Green value is 212 (83.20% from 255 or 38.90% from 545); Blue value is 106 (41.80% from 255 or 19.45% from 545); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D46A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3D46A is #1C2B95. Grayscale: #CCCCCC. Windows color (decimal): -1846166 or 7001315. OLE color: 7001315.
HSL color Cylindrical-coordinate representation of color #E3D46A: hue angle of 52.56º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E3D46A is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 212 | 106 | - |
| CMYK | 0 | 0.07 | 0.53 | 0.11 |
| HSL | 52.56º | 0.68% | 0.65% | - |
| HSV(B) | 52.56º | 0.53% | 0.89% | - |
| XYZ | 57.82 | 64.46 | 23.03 | - |
| YUV | 204.4 | 72.47 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 212 | 106 | 0 | 0.07 | 0.53 | 0.11 | 52.56 | 0.68 | 0.65 |
| Hex | E3 | D4 | 6A | 0 | 7 | 35 | B | 35 | 44 | 41 |
| Octal | 343 | 324 | 152 | 0 | 7 | 65 | 13 | 65 | 104 | 101 |
| Binary | 11100011 | 11010100 | 1101010 | 0 | 111 | 110101 | 1011 | 110101 | 1000100 | 1000001 |
Color Harmonies of #E3D46A
Complementary color
Monochromatic Colors of #E3D46A
Black with #E3D46A
Text Example
Text Example
White with #E3D46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D46A; }
p { color: rgb(227,212,106); }
H1.HeaderClassName
{
color: #E3D46A;
}
.AnyTagClassName
{
color: #E3D46A;
}
</style>
background-color css
<style>
a { background-color: #E3D46A; }
a { background-color: rgb(227,212,106); }
div.DivClassName
{
background-color: #E3D46A;
}
.BgClassName
{
background-color: #E3D46A;
}
</style>
border-color css
<style>
span { border-color: #E3D46A; }
span { border-color: rgb(227,212,106); }
td.TdClassName
{
border-color: #E3D46A;
}
.TagClassName
{
border-color: #E3D46A;
}
</style>