Shades of Wild Rice #E1D569
Tints of Wild Rice #E1D569
RGB
CMYK
RGB Variations
Color information
#E1D569 (or 0xE1D569) is known color: Wild Rice. HEX triplet: E1, D5 and 69. RGB value is (225,213,105). Sum of RGB (Red+Green+Blue) = 225+213+105=543 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.44% from 543); Green value is 213 (83.59% from 255 or 39.23% from 543); Blue value is 105 (41.41% from 255 or 19.34% from 543); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D569 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D569 is #1E2A96. Grayscale: #CCCCCC. Windows color (decimal): -1976983 or 6936033. OLE color: 6936033.
HSL color Cylindrical-coordinate representation of color #E1D569: hue angle of 54º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E1D569 is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 213 | 105 | - |
| CMYK | 0 | 0.05 | 0.53 | 0.12 |
| HSL | 54º | 0.67% | 0.65% | - |
| HSV(B) | 54º | 0.53% | 0.88% | - |
| XYZ | 57.4 | 64.62 | 22.81 | - |
| YUV | 204.28 | 71.98 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 213 | 105 | 0 | 0.05 | 0.53 | 0.12 | 54 | 0.67 | 0.65 |
| Hex | E1 | D5 | 69 | 0 | 5 | 35 | C | 36 | 43 | 41 |
| Octal | 341 | 325 | 151 | 0 | 5 | 65 | 14 | 66 | 103 | 101 |
| Binary | 11100001 | 11010101 | 1101001 | 0 | 101 | 110101 | 1100 | 110110 | 1000011 | 1000001 |
Color Harmonies of #E1D569
Complementary color
Monochromatic Colors of #E1D569
Black with #E1D569
Text Example
Text Example
White with #E1D569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D569; }
p { color: rgb(225,213,105); }
H1.HeaderClassName
{
color: #E1D569;
}
.AnyTagClassName
{
color: #E1D569;
}
</style>
background-color css
<style>
a { background-color: #E1D569; }
a { background-color: rgb(225,213,105); }
div.DivClassName
{
background-color: #E1D569;
}
.BgClassName
{
background-color: #E1D569;
}
</style>
border-color css
<style>
span { border-color: #E1D569; }
span { border-color: rgb(225,213,105); }
td.TdClassName
{
border-color: #E1D569;
}
.TagClassName
{
border-color: #E1D569;
}
</style>