Shades of Wild Rice #E8D97A
Tints of Wild Rice #E8D97A
RGB
CMYK
RGB Variations
Color information
#E8D97A (or 0xE8D97A) is known color: Wild Rice. HEX triplet: E8, D9 and 7A. RGB value is (232,217,122). Sum of RGB (Red+Green+Blue) = 232+217+122=571 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.63% from 571); Green value is 217 (85.16% from 255 or 38.00% from 571); Blue value is 122 (48.05% from 255 or 21.37% from 571); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D97A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D97A is #172685. Grayscale: #D3D3D3. Windows color (decimal): -1517190 or 8051176. OLE color: 8051176.
HSL color Cylindrical-coordinate representation of color #E8D97A: hue angle of 51.82º 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 #E8D97A is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 217 | 122 | - |
| CMYK | 0 | 0.06 | 0.47 | 0.09 |
| HSL | 51.82º | 0.71% | 0.69% | - |
| HSV(B) | 51.82º | 0.47% | 0.91% | - |
| XYZ | 61.6 | 68.19 | 28.33 | - |
| YUV | 210.66 | 77.97 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 217 | 122 | 0 | 0.06 | 0.47 | 0.09 | 51.82 | 0.71 | 0.69 |
| Hex | E8 | D9 | 7A | 0 | 6 | 2F | 9 | 34 | 47 | 45 |
| Octal | 350 | 331 | 172 | 0 | 6 | 57 | 11 | 64 | 107 | 105 |
| Binary | 11101000 | 11011001 | 1111010 | 0 | 110 | 101111 | 1001 | 110100 | 1000111 | 1000101 |
Color Harmonies of #E8D97A
Complementary color
Monochromatic Colors of #E8D97A
Black with #E8D97A
Text Example
Text Example
White with #E8D97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D97A; }
p { color: rgb(232,217,122); }
H1.HeaderClassName
{
color: #E8D97A;
}
.AnyTagClassName
{
color: #E8D97A;
}
</style>
background-color css
<style>
a { background-color: #E8D97A; }
a { background-color: rgb(232,217,122); }
div.DivClassName
{
background-color: #E8D97A;
}
.BgClassName
{
background-color: #E8D97A;
}
</style>
border-color css
<style>
span { border-color: #E8D97A; }
span { border-color: rgb(232,217,122); }
td.TdClassName
{
border-color: #E8D97A;
}
.TagClassName
{
border-color: #E8D97A;
}
</style>