Shades of Wild Rice #E6D172
Tints of Wild Rice #E6D172
RGB
CMYK
RGB Variations
Color information
#E6D172 (or 0xE6D172) is known color: Wild Rice. HEX triplet: E6, D1 and 72. RGB value is (230,209,114). Sum of RGB (Red+Green+Blue) = 230+209+114=553 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.59% from 553); Green value is 209 (82.03% from 255 or 37.79% from 553); Blue value is 114 (44.92% from 255 or 20.61% from 553); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D172 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6D172 is #192E8D. Grayscale: #CCCCCC. Windows color (decimal): -1650318 or 7524838. OLE color: 7524838.
HSL color Cylindrical-coordinate representation of color #E6D172: hue angle of 49.14º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E6D172 is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 209 | 114 | - |
| CMYK | 0 | 0.09 | 0.50 | 0.10 |
| HSL | 49.14º | 0.7% | 0.67% | - |
| HSV(B) | 49.14º | 0.5% | 0.9% | - |
| XYZ | 58.47 | 63.64 | 25.12 | - |
| YUV | 204.45 | 76.96 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 209 | 114 | 0 | 0.09 | 0.50 | 0.10 | 49.14 | 0.7 | 0.67 |
| Hex | E6 | D1 | 72 | 0 | 9 | 32 | A | 31 | 46 | 43 |
| Octal | 346 | 321 | 162 | 0 | 11 | 62 | 12 | 61 | 106 | 103 |
| Binary | 11100110 | 11010001 | 1110010 | 0 | 1001 | 110010 | 1010 | 110001 | 1000110 | 1000011 |
Color Harmonies of #E6D172
Complementary color
Monochromatic Colors of #E6D172
Black with #E6D172
Text Example
Text Example
White with #E6D172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D172; }
p { color: rgb(230,209,114); }
H1.HeaderClassName
{
color: #E6D172;
}
.AnyTagClassName
{
color: #E6D172;
}
</style>
background-color css
<style>
a { background-color: #E6D172; }
a { background-color: rgb(230,209,114); }
div.DivClassName
{
background-color: #E6D172;
}
.BgClassName
{
background-color: #E6D172;
}
</style>
border-color css
<style>
span { border-color: #E6D172; }
span { border-color: rgb(230,209,114); }
td.TdClassName
{
border-color: #E6D172;
}
.TagClassName
{
border-color: #E6D172;
}
</style>