Shades of Wild Rice #E8D17A
Tints of Wild Rice #E8D17A
RGB
CMYK
RGB Variations
Color information
#E8D17A (or 0xE8D17A) is known color: Wild Rice. HEX triplet: E8, D1 and 7A. RGB value is (232,209,122). Sum of RGB (Red+Green+Blue) = 232+209+122=563 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.21% from 563); Green value is 209 (82.03% from 255 or 37.12% from 563); Blue value is 122 (48.05% from 255 or 21.67% from 563); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D17A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D17A is #172E85. Grayscale: #CECECE. Windows color (decimal): -1519238 or 8049128. OLE color: 8049128.
HSL color Cylindrical-coordinate representation of color #E8D17A: hue angle of 47.45º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E8D17A is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 209 | 122 | - |
| CMYK | 0 | 0.10 | 0.47 | 0.09 |
| HSL | 47.45º | 0.71% | 0.69% | - |
| HSV(B) | 47.45º | 0.47% | 0.91% | - |
| XYZ | 59.59 | 64.16 | 27.66 | - |
| YUV | 205.96 | 80.62 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 209 | 122 | 0 | 0.10 | 0.47 | 0.09 | 47.45 | 0.71 | 0.69 |
| Hex | E8 | D1 | 7A | 0 | A | 2F | 9 | 2F | 47 | 45 |
| Octal | 350 | 321 | 172 | 0 | 12 | 57 | 11 | 57 | 107 | 105 |
| Binary | 11101000 | 11010001 | 1111010 | 0 | 1010 | 101111 | 1001 | 101111 | 1000111 | 1000101 |
Color Harmonies of #E8D17A
Complementary color
Monochromatic Colors of #E8D17A
Black with #E8D17A
Text Example
Text Example
White with #E8D17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D17A; }
p { color: rgb(232,209,122); }
H1.HeaderClassName
{
color: #E8D17A;
}
.AnyTagClassName
{
color: #E8D17A;
}
</style>
background-color css
<style>
a { background-color: #E8D17A; }
a { background-color: rgb(232,209,122); }
div.DivClassName
{
background-color: #E8D17A;
}
.BgClassName
{
background-color: #E8D17A;
}
</style>
border-color css
<style>
span { border-color: #E8D17A; }
span { border-color: rgb(232,209,122); }
td.TdClassName
{
border-color: #E8D17A;
}
.TagClassName
{
border-color: #E8D17A;
}
</style>