Shades of Wild Rice #E8D272
Tints of Wild Rice #E8D272
RGB
CMYK
RGB Variations
Color information
#E8D272 (or 0xE8D272) is known color: Wild Rice. HEX triplet: E8, D2 and 72. RGB value is (232,210,114). Sum of RGB (Red+Green+Blue) = 232+210+114=556 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.73% from 556); Green value is 210 (82.42% from 255 or 37.77% from 556); Blue value is 114 (44.92% from 255 or 20.50% from 556); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D272 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D272 is #172D8D. Grayscale: #CECECE. Windows color (decimal): -1518990 or 7525096. OLE color: 7525096.
HSL color Cylindrical-coordinate representation of color #E8D272: hue angle of 48.81º 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 #E8D272 is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 210 | 114 | - |
| CMYK | 0 | 0.09 | 0.51 | 0.09 |
| HSL | 48.81º | 0.72% | 0.68% | - |
| HSV(B) | 48.81º | 0.51% | 0.91% | - |
| XYZ | 59.36 | 64.46 | 25.23 | - |
| YUV | 205.63 | 76.29 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 210 | 114 | 0 | 0.09 | 0.51 | 0.09 | 48.81 | 0.72 | 0.68 |
| Hex | E8 | D2 | 72 | 0 | 9 | 33 | 9 | 31 | 48 | 44 |
| Octal | 350 | 322 | 162 | 0 | 11 | 63 | 11 | 61 | 110 | 104 |
| Binary | 11101000 | 11010010 | 1110010 | 0 | 1001 | 110011 | 1001 | 110001 | 1001000 | 1000100 |
Color Harmonies of #E8D272
Complementary color
Monochromatic Colors of #E8D272
Black with #E8D272
Text Example
Text Example
White with #E8D272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D272; }
p { color: rgb(232,210,114); }
H1.HeaderClassName
{
color: #E8D272;
}
.AnyTagClassName
{
color: #E8D272;
}
</style>
background-color css
<style>
a { background-color: #E8D272; }
a { background-color: rgb(232,210,114); }
div.DivClassName
{
background-color: #E8D272;
}
.BgClassName
{
background-color: #E8D272;
}
</style>
border-color css
<style>
span { border-color: #E8D272; }
span { border-color: rgb(232,210,114); }
td.TdClassName
{
border-color: #E8D272;
}
.TagClassName
{
border-color: #E8D272;
}
</style>