Shades of Wild Rice #E8DD73
Tints of Wild Rice #E8DD73
RGB
CMYK
RGB Variations
Color information
#E8DD73 (or 0xE8DD73) is known color: Wild Rice. HEX triplet: E8, DD and 73. RGB value is (232,221,115). Sum of RGB (Red+Green+Blue) = 232+221+115=568 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.85% from 568); Green value is 221 (86.72% from 255 or 38.91% from 568); Blue value is 115 (45.31% from 255 or 20.25% from 568); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DD73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8DD73 is #17228C. Grayscale: #D4D4D4. Windows color (decimal): -1516173 or 7593448. OLE color: 7593448.
HSL color Cylindrical-coordinate representation of color #E8DD73: hue angle of 54.36º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E8DD73 is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 221 | 115 | - |
| CMYK | 0 | 0.05 | 0.50 | 0.09 |
| HSL | 54.36º | 0.72% | 0.68% | - |
| HSV(B) | 54.36º | 0.5% | 0.91% | - |
| XYZ | 62.23 | 70.11 | 26.47 | - |
| YUV | 212.21 | 73.14 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 221 | 115 | 0 | 0.05 | 0.50 | 0.09 | 54.36 | 0.72 | 0.68 |
| Hex | E8 | DD | 73 | 0 | 5 | 32 | 9 | 36 | 48 | 44 |
| Octal | 350 | 335 | 163 | 0 | 5 | 62 | 11 | 66 | 110 | 104 |
| Binary | 11101000 | 11011101 | 1110011 | 0 | 101 | 110010 | 1001 | 110110 | 1001000 | 1000100 |
Color Harmonies of #E8DD73
Complementary color
Monochromatic Colors of #E8DD73
Black with #E8DD73
Text Example
Text Example
White with #E8DD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DD73; }
p { color: rgb(232,221,115); }
H1.HeaderClassName
{
color: #E8DD73;
}
.AnyTagClassName
{
color: #E8DD73;
}
</style>
background-color css
<style>
a { background-color: #E8DD73; }
a { background-color: rgb(232,221,115); }
div.DivClassName
{
background-color: #E8DD73;
}
.BgClassName
{
background-color: #E8DD73;
}
</style>
border-color css
<style>
span { border-color: #E8DD73; }
span { border-color: rgb(232,221,115); }
td.TdClassName
{
border-color: #E8DD73;
}
.TagClassName
{
border-color: #E8DD73;
}
</style>