Shades of Wild Rice #E8DD72
Tints of Wild Rice #E8DD72
RGB
CMYK
RGB Variations
Color information
#E8DD72 (or 0xE8DD72) is known color: Wild Rice. HEX triplet: E8, DD and 72. RGB value is (232,221,114). Sum of RGB (Red+Green+Blue) = 232+221+114=567 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.92% from 567); Green value is 221 (86.72% from 255 or 38.98% from 567); Blue value is 114 (44.92% from 255 or 20.11% from 567); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DD72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8DD72 is #17228D. Grayscale: #D4D4D4. Windows color (decimal): -1516174 or 7527912. OLE color: 7527912.
HSL color Cylindrical-coordinate representation of color #E8DD72: hue angle of 54.41º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E8DD72 is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 221 | 114 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.09 |
| HSL | 54.41º | 0.72% | 0.68% | - |
| HSV(B) | 54.41º | 0.51% | 0.91% | - |
| XYZ | 62.17 | 70.08 | 26.17 | - |
| YUV | 212.09 | 72.64 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 221 | 114 | 0 | 0.05 | 0.51 | 0.09 | 54.41 | 0.72 | 0.68 |
| Hex | E8 | DD | 72 | 0 | 5 | 33 | 9 | 36 | 48 | 44 |
| Octal | 350 | 335 | 162 | 0 | 5 | 63 | 11 | 66 | 110 | 104 |
| Binary | 11101000 | 11011101 | 1110010 | 0 | 101 | 110011 | 1001 | 110110 | 1001000 | 1000100 |
Color Harmonies of #E8DD72
Complementary color
Monochromatic Colors of #E8DD72
Black with #E8DD72
Text Example
Text Example
White with #E8DD72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DD72; }
p { color: rgb(232,221,114); }
H1.HeaderClassName
{
color: #E8DD72;
}
.AnyTagClassName
{
color: #E8DD72;
}
</style>
background-color css
<style>
a { background-color: #E8DD72; }
a { background-color: rgb(232,221,114); }
div.DivClassName
{
background-color: #E8DD72;
}
.BgClassName
{
background-color: #E8DD72;
}
</style>
border-color css
<style>
span { border-color: #E8DD72; }
span { border-color: rgb(232,221,114); }
td.TdClassName
{
border-color: #E8DD72;
}
.TagClassName
{
border-color: #E8DD72;
}
</style>