Shades of Wild Rice #E5DD78
Tints of Wild Rice #E5DD78
RGB
CMYK
RGB Variations
Color information
#E5DD78 (or 0xE5DD78) is known color: Wild Rice. HEX triplet: E5, DD and 78. RGB value is (229,221,120). Sum of RGB (Red+Green+Blue) = 229+221+120=570 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.18% from 570); Green value is 221 (86.72% from 255 or 38.77% from 570); Blue value is 120 (47.27% from 255 or 21.05% from 570); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DD78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5DD78 is #1A2287. Grayscale: #D4D4D4. Windows color (decimal): -1712776 or 7921125. OLE color: 7921125.
HSL color Cylindrical-coordinate representation of color #E5DD78: hue angle of 55.6º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E5DD78 is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 221 | 120 | - |
| CMYK | 0 | 0.03 | 0.48 | 0.10 |
| HSL | 55.6º | 0.68% | 0.68% | - |
| HSV(B) | 55.6º | 0.48% | 0.9% | - |
| XYZ | 61.56 | 69.73 | 27.98 | - |
| YUV | 211.88 | 76.15 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 221 | 120 | 0 | 0.03 | 0.48 | 0.10 | 55.6 | 0.68 | 0.68 |
| Hex | E5 | DD | 78 | 0 | 3 | 30 | A | 38 | 44 | 44 |
| Octal | 345 | 335 | 170 | 0 | 3 | 60 | 12 | 70 | 104 | 104 |
| Binary | 11100101 | 11011101 | 1111000 | 0 | 11 | 110000 | 1010 | 111000 | 1000100 | 1000100 |
Color Harmonies of #E5DD78
Complementary color
Monochromatic Colors of #E5DD78
Black with #E5DD78
Text Example
Text Example
White with #E5DD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DD78; }
p { color: rgb(229,221,120); }
H1.HeaderClassName
{
color: #E5DD78;
}
.AnyTagClassName
{
color: #E5DD78;
}
</style>
background-color css
<style>
a { background-color: #E5DD78; }
a { background-color: rgb(229,221,120); }
div.DivClassName
{
background-color: #E5DD78;
}
.BgClassName
{
background-color: #E5DD78;
}
</style>
border-color css
<style>
span { border-color: #E5DD78; }
span { border-color: rgb(229,221,120); }
td.TdClassName
{
border-color: #E5DD78;
}
.TagClassName
{
border-color: #E5DD78;
}
</style>