Shades of Wild Rice #E8D37C
Tints of Wild Rice #E8D37C
RGB
CMYK
RGB Variations
Color information
#E8D37C (or 0xE8D37C) is known color: Wild Rice. HEX triplet: E8, D3 and 7C. RGB value is (232,211,124). Sum of RGB (Red+Green+Blue) = 232+211+124=567 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.92% from 567); Green value is 211 (82.81% from 255 or 37.21% from 567); Blue value is 124 (48.83% from 255 or 21.87% from 567); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D37C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D37C is #172C83. Grayscale: #CFCFCF. Windows color (decimal): -1518724 or 8180712. OLE color: 8180712.
HSL color Cylindrical-coordinate representation of color #E8D37C: hue angle of 48.33º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E8D37C is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 211 | 124 | - |
| CMYK | 0 | 0.09 | 0.47 | 0.09 |
| HSL | 48.33º | 0.7% | 0.7% | - |
| HSV(B) | 48.33º | 0.47% | 0.91% | - |
| XYZ | 60.21 | 65.2 | 28.48 | - |
| YUV | 207.36 | 80.96 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 211 | 124 | 0 | 0.09 | 0.47 | 0.09 | 48.33 | 0.7 | 0.7 |
| Hex | E8 | D3 | 7C | 0 | 9 | 2F | 9 | 30 | 46 | 46 |
| Octal | 350 | 323 | 174 | 0 | 11 | 57 | 11 | 60 | 106 | 106 |
| Binary | 11101000 | 11010011 | 1111100 | 0 | 1001 | 101111 | 1001 | 110000 | 1000110 | 1000110 |
Color Harmonies of #E8D37C
Complementary color
Monochromatic Colors of #E8D37C
Black with #E8D37C
Text Example
Text Example
White with #E8D37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D37C; }
p { color: rgb(232,211,124); }
H1.HeaderClassName
{
color: #E8D37C;
}
.AnyTagClassName
{
color: #E8D37C;
}
</style>
background-color css
<style>
a { background-color: #E8D37C; }
a { background-color: rgb(232,211,124); }
div.DivClassName
{
background-color: #E8D37C;
}
.BgClassName
{
background-color: #E8D37C;
}
</style>
border-color css
<style>
span { border-color: #E8D37C; }
span { border-color: rgb(232,211,124); }
td.TdClassName
{
border-color: #E8D37C;
}
.TagClassName
{
border-color: #E8D37C;
}
</style>