Shades of Wild Rice #E3D46B
Tints of Wild Rice #E3D46B
RGB
CMYK
RGB Variations
Color information
#E3D46B (or 0xE3D46B) is known color: Wild Rice. HEX triplet: E3, D4 and 6B. RGB value is (227,212,107). Sum of RGB (Red+Green+Blue) = 227+212+107=546 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.58% from 546); Green value is 212 (83.20% from 255 or 38.83% from 546); Blue value is 107 (42.19% from 255 or 19.60% from 546); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D46B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3D46B is #1C2B94. Grayscale: #CCCCCC. Windows color (decimal): -1846165 or 7066851. OLE color: 7066851.
HSL color Cylindrical-coordinate representation of color #E3D46B: hue angle of 52.5º 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 #E3D46B is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 212 | 107 | - |
| CMYK | 0 | 0.07 | 0.53 | 0.11 |
| HSL | 52.5º | 0.68% | 0.65% | - |
| HSV(B) | 52.5º | 0.53% | 0.89% | - |
| XYZ | 57.88 | 64.48 | 23.31 | - |
| YUV | 204.52 | 72.97 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 212 | 107 | 0 | 0.07 | 0.53 | 0.11 | 52.5 | 0.68 | 0.65 |
| Hex | E3 | D4 | 6B | 0 | 7 | 35 | B | 34 | 44 | 41 |
| Octal | 343 | 324 | 153 | 0 | 7 | 65 | 13 | 64 | 104 | 101 |
| Binary | 11100011 | 11010100 | 1101011 | 0 | 111 | 110101 | 1011 | 110100 | 1000100 | 1000001 |
Color Harmonies of #E3D46B
Complementary color
Monochromatic Colors of #E3D46B
Black with #E3D46B
Text Example
Text Example
White with #E3D46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D46B; }
p { color: rgb(227,212,107); }
H1.HeaderClassName
{
color: #E3D46B;
}
.AnyTagClassName
{
color: #E3D46B;
}
</style>
background-color css
<style>
a { background-color: #E3D46B; }
a { background-color: rgb(227,212,107); }
div.DivClassName
{
background-color: #E3D46B;
}
.BgClassName
{
background-color: #E3D46B;
}
</style>
border-color css
<style>
span { border-color: #E3D46B; }
span { border-color: rgb(227,212,107); }
td.TdClassName
{
border-color: #E3D46B;
}
.TagClassName
{
border-color: #E3D46B;
}
</style>