Shades of Wild Rice #E3D26D
Tints of Wild Rice #E3D26D
RGB
CMYK
RGB Variations
Color information
#E3D26D (or 0xE3D26D) is known color: Wild Rice. HEX triplet: E3, D2 and 6D. RGB value is (227,210,109). Sum of RGB (Red+Green+Blue) = 227+210+109=546 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.58% from 546); Green value is 210 (82.42% from 255 or 38.46% from 546); Blue value is 109 (42.97% from 255 or 19.96% from 546); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D26D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3D26D is #1C2D92. Grayscale: #CBCBCB. Windows color (decimal): -1846675 or 7197411. OLE color: 7197411.
HSL color Cylindrical-coordinate representation of color #E3D26D: hue angle of 51.36º 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 #E3D26D is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 210 | 109 | - |
| CMYK | 0 | 0.07 | 0.52 | 0.11 |
| HSL | 51.36º | 0.68% | 0.66% | - |
| HSV(B) | 51.36º | 0.52% | 0.89% | - |
| XYZ | 57.49 | 63.53 | 23.7 | - |
| YUV | 203.57 | 74.63 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 210 | 109 | 0 | 0.07 | 0.52 | 0.11 | 51.36 | 0.68 | 0.66 |
| Hex | E3 | D2 | 6D | 0 | 7 | 34 | B | 33 | 44 | 42 |
| Octal | 343 | 322 | 155 | 0 | 7 | 64 | 13 | 63 | 104 | 102 |
| Binary | 11100011 | 11010010 | 1101101 | 0 | 111 | 110100 | 1011 | 110011 | 1000100 | 1000010 |
Color Harmonies of #E3D26D
Complementary color
Monochromatic Colors of #E3D26D
Black with #E3D26D
Text Example
Text Example
White with #E3D26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D26D; }
p { color: rgb(227,210,109); }
H1.HeaderClassName
{
color: #E3D26D;
}
.AnyTagClassName
{
color: #E3D26D;
}
</style>
background-color css
<style>
a { background-color: #E3D26D; }
a { background-color: rgb(227,210,109); }
div.DivClassName
{
background-color: #E3D26D;
}
.BgClassName
{
background-color: #E3D26D;
}
</style>
border-color css
<style>
span { border-color: #E3D26D; }
span { border-color: rgb(227,210,109); }
td.TdClassName
{
border-color: #E3D26D;
}
.TagClassName
{
border-color: #E3D26D;
}
</style>