Shades of Wild Rice #E1DB77
Tints of Wild Rice #E1DB77
RGB
CMYK
RGB Variations
Color information
#E1DB77 (or 0xE1DB77) is known color: Wild Rice. HEX triplet: E1, DB and 77. RGB value is (225,219,119). Sum of RGB (Red+Green+Blue) = 225+219+119=563 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.96% from 563); Green value is 219 (85.94% from 255 or 38.90% from 563); Blue value is 119 (46.88% from 255 or 21.14% from 563); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DB77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DB77 is #1E2488. Grayscale: #D1D1D1. Windows color (decimal): -1975433 or 7855073. OLE color: 7855073.
HSL color Cylindrical-coordinate representation of color #E1DB77: hue angle of 56.6º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E1DB77 is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 219 | 119 | - |
| CMYK | 0 | 0.03 | 0.47 | 0.12 |
| HSL | 56.6º | 0.64% | 0.67% | - |
| HSV(B) | 56.6º | 0.47% | 0.88% | - |
| XYZ | 59.71 | 68 | 27.43 | - |
| YUV | 209.39 | 76.99 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 219 | 119 | 0 | 0.03 | 0.47 | 0.12 | 56.6 | 0.64 | 0.67 |
| Hex | E1 | DB | 77 | 0 | 3 | 2F | C | 39 | 40 | 43 |
| Octal | 341 | 333 | 167 | 0 | 3 | 57 | 14 | 71 | 100 | 103 |
| Binary | 11100001 | 11011011 | 1110111 | 0 | 11 | 101111 | 1100 | 111001 | 1000000 | 1000011 |
Color Harmonies of #E1DB77
Complementary color
Monochromatic Colors of #E1DB77
Black with #E1DB77
Text Example
Text Example
White with #E1DB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DB77; }
p { color: rgb(225,219,119); }
H1.HeaderClassName
{
color: #E1DB77;
}
.AnyTagClassName
{
color: #E1DB77;
}
</style>
background-color css
<style>
a { background-color: #E1DB77; }
a { background-color: rgb(225,219,119); }
div.DivClassName
{
background-color: #E1DB77;
}
.BgClassName
{
background-color: #E1DB77;
}
</style>
border-color css
<style>
span { border-color: #E1DB77; }
span { border-color: rgb(225,219,119); }
td.TdClassName
{
border-color: #E1DB77;
}
.TagClassName
{
border-color: #E1DB77;
}
</style>