Shades of Wild Rice #E2D67B
Tints of Wild Rice #E2D67B
RGB
CMYK
RGB Variations
Color information
#E2D67B (or 0xE2D67B) is known color: Wild Rice. HEX triplet: E2, D6 and 7B. RGB value is (226,214,123). Sum of RGB (Red+Green+Blue) = 226+214+123=563 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.14% from 563); Green value is 214 (83.98% from 255 or 38.01% from 563); Blue value is 123 (48.44% from 255 or 21.85% from 563); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D67B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D67B is #1D2984. Grayscale: #CFCFCF. Windows color (decimal): -1911173 or 8115938. OLE color: 8115938.
HSL color Cylindrical-coordinate representation of color #E2D67B: hue angle of 53.01º degrees, saturation: 0.64, 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 #E2D67B is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 214 | 123 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.11 |
| HSL | 53.01º | 0.64% | 0.68% | - |
| HSV(B) | 53.01º | 0.46% | 0.89% | - |
| XYZ | 58.99 | 65.69 | 28.31 | - |
| YUV | 207.21 | 80.48 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 214 | 123 | 0 | 0.05 | 0.46 | 0.11 | 53.01 | 0.64 | 0.68 |
| Hex | E2 | D6 | 7B | 0 | 5 | 2E | B | 35 | 40 | 44 |
| Octal | 342 | 326 | 173 | 0 | 5 | 56 | 13 | 65 | 100 | 104 |
| Binary | 11100010 | 11010110 | 1111011 | 0 | 101 | 101110 | 1011 | 110101 | 1000000 | 1000100 |
Color Harmonies of #E2D67B
Complementary color
Monochromatic Colors of #E2D67B
Black with #E2D67B
Text Example
Text Example
White with #E2D67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D67B; }
p { color: rgb(226,214,123); }
H1.HeaderClassName
{
color: #E2D67B;
}
.AnyTagClassName
{
color: #E2D67B;
}
</style>
background-color css
<style>
a { background-color: #E2D67B; }
a { background-color: rgb(226,214,123); }
div.DivClassName
{
background-color: #E2D67B;
}
.BgClassName
{
background-color: #E2D67B;
}
</style>
border-color css
<style>
span { border-color: #E2D67B; }
span { border-color: rgb(226,214,123); }
td.TdClassName
{
border-color: #E2D67B;
}
.TagClassName
{
border-color: #E2D67B;
}
</style>