Shades of Wild Rice #E3D46C
Tints of Wild Rice #E3D46C
RGB
CMYK
RGB Variations
Color information
#E3D46C (or 0xE3D46C) is known color: Wild Rice. HEX triplet: E3, D4 and 6C. RGB value is (227,212,108). Sum of RGB (Red+Green+Blue) = 227+212+108=547 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.50% from 547); Green value is 212 (83.20% from 255 or 38.76% from 547); Blue value is 108 (42.58% from 255 or 19.74% from 547); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D46C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3D46C is #1C2B93. Grayscale: #CDCDCD. Windows color (decimal): -1846164 or 7132387. OLE color: 7132387.
HSL color Cylindrical-coordinate representation of color #E3D46C: hue angle of 52.44º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E3D46C is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 212 | 108 | - |
| CMYK | 0 | 0.07 | 0.52 | 0.11 |
| HSL | 52.44º | 0.68% | 0.66% | - |
| HSV(B) | 52.44º | 0.52% | 0.89% | - |
| XYZ | 57.93 | 64.5 | 23.58 | - |
| YUV | 204.63 | 73.47 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 212 | 108 | 0 | 0.07 | 0.52 | 0.11 | 52.44 | 0.68 | 0.66 |
| Hex | E3 | D4 | 6C | 0 | 7 | 34 | B | 34 | 44 | 42 |
| Octal | 343 | 324 | 154 | 0 | 7 | 64 | 13 | 64 | 104 | 102 |
| Binary | 11100011 | 11010100 | 1101100 | 0 | 111 | 110100 | 1011 | 110100 | 1000100 | 1000010 |
Color Harmonies of #E3D46C
Complementary color
Monochromatic Colors of #E3D46C
Black with #E3D46C
Text Example
Text Example
White with #E3D46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D46C; }
p { color: rgb(227,212,108); }
H1.HeaderClassName
{
color: #E3D46C;
}
.AnyTagClassName
{
color: #E3D46C;
}
</style>
background-color css
<style>
a { background-color: #E3D46C; }
a { background-color: rgb(227,212,108); }
div.DivClassName
{
background-color: #E3D46C;
}
.BgClassName
{
background-color: #E3D46C;
}
</style>
border-color css
<style>
span { border-color: #E3D46C; }
span { border-color: rgb(227,212,108); }
td.TdClassName
{
border-color: #E3D46C;
}
.TagClassName
{
border-color: #E3D46C;
}
</style>