Shades of Wild Rice #E5D569
Tints of Wild Rice #E5D569
RGB
CMYK
RGB Variations
Color information
#E5D569 (or 0xE5D569) is known color: Wild Rice. HEX triplet: E5, D5 and 69. RGB value is (229,213,105). Sum of RGB (Red+Green+Blue) = 229+213+105=547 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.86% from 547); Green value is 213 (83.59% from 255 or 38.94% from 547); Blue value is 105 (41.41% from 255 or 19.20% from 547); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D569 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D569 is #1A2A96. Grayscale: #CDCDCD. Windows color (decimal): -1714839 or 6936037. OLE color: 6936037.
HSL color Cylindrical-coordinate representation of color #E5D569: hue angle of 52.26º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E5D569 is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 213 | 105 | - |
| CMYK | 0 | 0.07 | 0.54 | 0.10 |
| HSL | 52.26º | 0.7% | 0.65% | - |
| HSV(B) | 52.26º | 0.54% | 0.9% | - |
| XYZ | 58.66 | 65.27 | 22.87 | - |
| YUV | 205.47 | 71.3 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 213 | 105 | 0 | 0.07 | 0.54 | 0.10 | 52.26 | 0.7 | 0.65 |
| Hex | E5 | D5 | 69 | 0 | 7 | 36 | A | 34 | 46 | 41 |
| Octal | 345 | 325 | 151 | 0 | 7 | 66 | 12 | 64 | 106 | 101 |
| Binary | 11100101 | 11010101 | 1101001 | 0 | 111 | 110110 | 1010 | 110100 | 1000110 | 1000001 |
Color Harmonies of #E5D569
Complementary color
Monochromatic Colors of #E5D569
Black with #E5D569
Text Example
Text Example
White with #E5D569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D569; }
p { color: rgb(229,213,105); }
H1.HeaderClassName
{
color: #E5D569;
}
.AnyTagClassName
{
color: #E5D569;
}
</style>
background-color css
<style>
a { background-color: #E5D569; }
a { background-color: rgb(229,213,105); }
div.DivClassName
{
background-color: #E5D569;
}
.BgClassName
{
background-color: #E5D569;
}
</style>
border-color css
<style>
span { border-color: #E5D569; }
span { border-color: rgb(229,213,105); }
td.TdClassName
{
border-color: #E5D569;
}
.TagClassName
{
border-color: #E5D569;
}
</style>