Shades of Wild Rice #E1D56C
Tints of Wild Rice #E1D56C
RGB
CMYK
RGB Variations
Color information
#E1D56C (or 0xE1D56C) is known color: Wild Rice. HEX triplet: E1, D5 and 6C. RGB value is (225,213,108). Sum of RGB (Red+Green+Blue) = 225+213+108=546 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.21% from 546); Green value is 213 (83.59% from 255 or 39.01% from 546); Blue value is 108 (42.58% from 255 or 19.78% from 546); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D56C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D56C is #1E2A93. Grayscale: #CDCDCD. Windows color (decimal): -1976980 or 7132641. OLE color: 7132641.
HSL color Cylindrical-coordinate representation of color #E1D56C: hue angle of 53.85º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E1D56C is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 213 | 108 | - |
| CMYK | 0 | 0.05 | 0.52 | 0.12 |
| HSL | 53.85º | 0.66% | 0.65% | - |
| HSV(B) | 53.85º | 0.52% | 0.88% | - |
| XYZ | 57.55 | 64.68 | 23.64 | - |
| YUV | 204.62 | 73.48 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 213 | 108 | 0 | 0.05 | 0.52 | 0.12 | 53.85 | 0.66 | 0.65 |
| Hex | E1 | D5 | 6C | 0 | 5 | 34 | C | 36 | 42 | 41 |
| Octal | 341 | 325 | 154 | 0 | 5 | 64 | 14 | 66 | 102 | 101 |
| Binary | 11100001 | 11010101 | 1101100 | 0 | 101 | 110100 | 1100 | 110110 | 1000010 | 1000001 |
Color Harmonies of #E1D56C
Complementary color
Monochromatic Colors of #E1D56C
Black with #E1D56C
Text Example
Text Example
White with #E1D56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D56C; }
p { color: rgb(225,213,108); }
H1.HeaderClassName
{
color: #E1D56C;
}
.AnyTagClassName
{
color: #E1D56C;
}
</style>
background-color css
<style>
a { background-color: #E1D56C; }
a { background-color: rgb(225,213,108); }
div.DivClassName
{
background-color: #E1D56C;
}
.BgClassName
{
background-color: #E1D56C;
}
</style>
border-color css
<style>
span { border-color: #E1D56C; }
span { border-color: rgb(225,213,108); }
td.TdClassName
{
border-color: #E1D56C;
}
.TagClassName
{
border-color: #E1D56C;
}
</style>