Shades of Wild Rice #E5DC79
Tints of Wild Rice #E5DC79
RGB
CMYK
RGB Variations
Color information
#E5DC79 (or 0xE5DC79) is known color: Wild Rice. HEX triplet: E5, DC and 79. RGB value is (229,220,121). Sum of RGB (Red+Green+Blue) = 229+220+121=570 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.18% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 121 (47.66% from 255 or 21.23% from 570); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DC79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5DC79 is #1A2386. Grayscale: #D3D3D3. Windows color (decimal): -1713031 or 7986405. OLE color: 7986405.
HSL color Cylindrical-coordinate representation of color #E5DC79: hue angle of 55º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E5DC79 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 220 | 121 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.10 |
| HSL | 55º | 0.68% | 0.69% | - |
| HSV(B) | 55º | 0.47% | 0.9% | - |
| XYZ | 61.36 | 69.22 | 28.22 | - |
| YUV | 211.41 | 76.98 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 220 | 121 | 0 | 0.04 | 0.47 | 0.10 | 55 | 0.68 | 0.69 |
| Hex | E5 | DC | 79 | 0 | 4 | 2F | A | 37 | 44 | 45 |
| Octal | 345 | 334 | 171 | 0 | 4 | 57 | 12 | 67 | 104 | 105 |
| Binary | 11100101 | 11011100 | 1111001 | 0 | 100 | 101111 | 1010 | 110111 | 1000100 | 1000101 |
Color Harmonies of #E5DC79
Complementary color
Monochromatic Colors of #E5DC79
Black with #E5DC79
Text Example
Text Example
White with #E5DC79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DC79; }
p { color: rgb(229,220,121); }
H1.HeaderClassName
{
color: #E5DC79;
}
.AnyTagClassName
{
color: #E5DC79;
}
</style>
background-color css
<style>
a { background-color: #E5DC79; }
a { background-color: rgb(229,220,121); }
div.DivClassName
{
background-color: #E5DC79;
}
.BgClassName
{
background-color: #E5DC79;
}
</style>
border-color css
<style>
span { border-color: #E5DC79; }
span { border-color: rgb(229,220,121); }
td.TdClassName
{
border-color: #E5DC79;
}
.TagClassName
{
border-color: #E5DC79;
}
</style>