Shades of Wild Rice #E1D567
Tints of Wild Rice #E1D567
RGB
CMYK
RGB Variations
Color information
#E1D567 (or 0xE1D567) is known color: Wild Rice. HEX triplet: E1, D5 and 67. RGB value is (225,213,103). Sum of RGB (Red+Green+Blue) = 225+213+103=541 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.59% from 541); Green value is 213 (83.59% from 255 or 39.37% from 541); Blue value is 103 (40.62% from 255 or 19.04% from 541); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D567 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D567 is #1E2A98. Grayscale: #CCCCCC. Windows color (decimal): -1976985 or 6804961. OLE color: 6804961.
HSL color Cylindrical-coordinate representation of color #E1D567: hue angle of 54.1º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E1D567 is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 213 | 103 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.12 |
| HSL | 54.1º | 0.67% | 0.64% | - |
| HSV(B) | 54.1º | 0.54% | 0.88% | - |
| XYZ | 57.29 | 64.58 | 22.28 | - |
| YUV | 204.05 | 70.98 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 213 | 103 | 0 | 0.05 | 0.54 | 0.12 | 54.1 | 0.67 | 0.64 |
| Hex | E1 | D5 | 67 | 0 | 5 | 36 | C | 36 | 43 | 40 |
| Octal | 341 | 325 | 147 | 0 | 5 | 66 | 14 | 66 | 103 | 100 |
| Binary | 11100001 | 11010101 | 1100111 | 0 | 101 | 110110 | 1100 | 110110 | 1000011 | 1000000 |
Color Harmonies of #E1D567
Complementary color
Monochromatic Colors of #E1D567
Black with #E1D567
Text Example
Text Example
White with #E1D567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D567; }
p { color: rgb(225,213,103); }
H1.HeaderClassName
{
color: #E1D567;
}
.AnyTagClassName
{
color: #E1D567;
}
</style>
background-color css
<style>
a { background-color: #E1D567; }
a { background-color: rgb(225,213,103); }
div.DivClassName
{
background-color: #E1D567;
}
.BgClassName
{
background-color: #E1D567;
}
</style>
border-color css
<style>
span { border-color: #E1D567; }
span { border-color: rgb(225,213,103); }
td.TdClassName
{
border-color: #E1D567;
}
.TagClassName
{
border-color: #E1D567;
}
</style>