Shades of Wild Rice #E5DE77
Tints of Wild Rice #E5DE77
RGB
CMYK
RGB Variations
Color information
#E5DE77 (or 0xE5DE77) is known color: Wild Rice. HEX triplet: E5, DE and 77. RGB value is (229,222,119). Sum of RGB (Red+Green+Blue) = 229+222+119=570 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.18% from 570); Green value is 222 (87.11% from 255 or 38.95% from 570); Blue value is 119 (46.88% from 255 or 20.88% from 570); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DE77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5DE77 is #1A2188. Grayscale: #D4D4D4. Windows color (decimal): -1712521 or 7855845. OLE color: 7855845.
HSL color Cylindrical-coordinate representation of color #E5DE77: hue angle of 56.18º 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 #E5DE77 is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 222 | 119 | - |
| CMYK | 0 | 0.03 | 0.48 | 0.10 |
| HSL | 56.18º | 0.68% | 0.68% | - |
| HSV(B) | 56.18º | 0.48% | 0.9% | - |
| XYZ | 61.76 | 70.23 | 27.75 | - |
| YUV | 212.35 | 75.32 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 222 | 119 | 0 | 0.03 | 0.48 | 0.10 | 56.18 | 0.68 | 0.68 |
| Hex | E5 | DE | 77 | 0 | 3 | 30 | A | 38 | 44 | 44 |
| Octal | 345 | 336 | 167 | 0 | 3 | 60 | 12 | 70 | 104 | 104 |
| Binary | 11100101 | 11011110 | 1110111 | 0 | 11 | 110000 | 1010 | 111000 | 1000100 | 1000100 |
Color Harmonies of #E5DE77
Complementary color
Monochromatic Colors of #E5DE77
Black with #E5DE77
Text Example
Text Example
White with #E5DE77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DE77; }
p { color: rgb(229,222,119); }
H1.HeaderClassName
{
color: #E5DE77;
}
.AnyTagClassName
{
color: #E5DE77;
}
</style>
background-color css
<style>
a { background-color: #E5DE77; }
a { background-color: rgb(229,222,119); }
div.DivClassName
{
background-color: #E5DE77;
}
.BgClassName
{
background-color: #E5DE77;
}
</style>
border-color css
<style>
span { border-color: #E5DE77; }
span { border-color: rgb(229,222,119); }
td.TdClassName
{
border-color: #E5DE77;
}
.TagClassName
{
border-color: #E5DE77;
}
</style>