Shades of Wild Rice #E5DC7C
Tints of Wild Rice #E5DC7C
RGB
CMYK
RGB Variations
Color information
#E5DC7C (or 0xE5DC7C) is known color: Wild Rice. HEX triplet: E5, DC and 7C. RGB value is (229,220,124). Sum of RGB (Red+Green+Blue) = 229+220+124=573 (75% of max value = 765). Red value is 229 (89.84% from 255 or 39.97% from 573); Green value is 220 (86.33% from 255 or 38.39% from 573); Blue value is 124 (48.83% from 255 or 21.64% from 573); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DC7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5DC7C is #1A2383. Grayscale: #D4D4D4. Windows color (decimal): -1713028 or 8183013. OLE color: 8183013.
HSL color Cylindrical-coordinate representation of color #E5DC7C: hue angle of 54.86º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E5DC7C is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 220 | 124 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.10 |
| HSL | 54.86º | 0.67% | 0.69% | - |
| HSV(B) | 54.86º | 0.46% | 0.9% | - |
| XYZ | 61.54 | 69.3 | 29.2 | - |
| YUV | 211.75 | 78.48 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 220 | 124 | 0 | 0.04 | 0.46 | 0.10 | 54.86 | 0.67 | 0.69 |
| Hex | E5 | DC | 7C | 0 | 4 | 2E | A | 37 | 43 | 45 |
| Octal | 345 | 334 | 174 | 0 | 4 | 56 | 12 | 67 | 103 | 105 |
| Binary | 11100101 | 11011100 | 1111100 | 0 | 100 | 101110 | 1010 | 110111 | 1000011 | 1000101 |
Color Harmonies of #E5DC7C
Complementary color
Monochromatic Colors of #E5DC7C
Black with #E5DC7C
Text Example
Text Example
White with #E5DC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DC7C; }
p { color: rgb(229,220,124); }
H1.HeaderClassName
{
color: #E5DC7C;
}
.AnyTagClassName
{
color: #E5DC7C;
}
</style>
background-color css
<style>
a { background-color: #E5DC7C; }
a { background-color: rgb(229,220,124); }
div.DivClassName
{
background-color: #E5DC7C;
}
.BgClassName
{
background-color: #E5DC7C;
}
</style>
border-color css
<style>
span { border-color: #E5DC7C; }
span { border-color: rgb(229,220,124); }
td.TdClassName
{
border-color: #E5DC7C;
}
.TagClassName
{
border-color: #E5DC7C;
}
</style>