Shades of Wild Rice #E8DB76
Tints of Wild Rice #E8DB76
RGB
CMYK
RGB Variations
Color information
#E8DB76 (or 0xE8DB76) is known color: Wild Rice. HEX triplet: E8, DB and 76. RGB value is (232,219,118). Sum of RGB (Red+Green+Blue) = 232+219+118=569 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.77% from 569); Green value is 219 (85.94% from 255 or 38.49% from 569); Blue value is 118 (46.48% from 255 or 20.74% from 569); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DB76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8DB76 is #172489. Grayscale: #D3D3D3. Windows color (decimal): -1516682 or 7789544. OLE color: 7789544.
HSL color Cylindrical-coordinate representation of color #E8DB76: hue angle of 53.16º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E8DB76 is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 219 | 118 | - |
| CMYK | 0 | 0.06 | 0.49 | 0.09 |
| HSL | 53.16º | 0.71% | 0.69% | - |
| HSV(B) | 53.16º | 0.49% | 0.91% | - |
| XYZ | 61.88 | 69.13 | 27.22 | - |
| YUV | 211.37 | 75.31 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 219 | 118 | 0 | 0.06 | 0.49 | 0.09 | 53.16 | 0.71 | 0.69 |
| Hex | E8 | DB | 76 | 0 | 6 | 31 | 9 | 35 | 47 | 45 |
| Octal | 350 | 333 | 166 | 0 | 6 | 61 | 11 | 65 | 107 | 105 |
| Binary | 11101000 | 11011011 | 1110110 | 0 | 110 | 110001 | 1001 | 110101 | 1000111 | 1000101 |
Color Harmonies of #E8DB76
Complementary color
Monochromatic Colors of #E8DB76
Black with #E8DB76
Text Example
Text Example
White with #E8DB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DB76; }
p { color: rgb(232,219,118); }
H1.HeaderClassName
{
color: #E8DB76;
}
.AnyTagClassName
{
color: #E8DB76;
}
</style>
background-color css
<style>
a { background-color: #E8DB76; }
a { background-color: rgb(232,219,118); }
div.DivClassName
{
background-color: #E8DB76;
}
.BgClassName
{
background-color: #E8DB76;
}
</style>
border-color css
<style>
span { border-color: #E8DB76; }
span { border-color: rgb(232,219,118); }
td.TdClassName
{
border-color: #E8DB76;
}
.TagClassName
{
border-color: #E8DB76;
}
</style>