Shades of Wild Rice #E5DC6E
Tints of Wild Rice #E5DC6E
RGB
CMYK
RGB Variations
Color information
#E5DC6E (or 0xE5DC6E) is known color: Wild Rice. HEX triplet: E5, DC and 6E. RGB value is (229,220,110). Sum of RGB (Red+Green+Blue) = 229+220+110=559 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.97% from 559); Green value is 220 (86.33% from 255 or 39.36% from 559); Blue value is 110 (43.36% from 255 or 19.68% from 559); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DC6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5DC6E is #1A2391. Grayscale: #D2D2D2. Windows color (decimal): -1713042 or 7265509. OLE color: 7265509.
HSL color Cylindrical-coordinate representation of color #E5DC6E: hue angle of 55.46º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E5DC6E is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 220 | 110 | - |
| CMYK | 0 | 0.04 | 0.52 | 0.10 |
| HSL | 55.46º | 0.7% | 0.66% | - |
| HSV(B) | 55.46º | 0.52% | 0.9% | - |
| XYZ | 60.72 | 68.97 | 24.86 | - |
| YUV | 210.15 | 71.48 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 220 | 110 | 0 | 0.04 | 0.52 | 0.10 | 55.46 | 0.7 | 0.66 |
| Hex | E5 | DC | 6E | 0 | 4 | 34 | A | 37 | 46 | 42 |
| Octal | 345 | 334 | 156 | 0 | 4 | 64 | 12 | 67 | 106 | 102 |
| Binary | 11100101 | 11011100 | 1101110 | 0 | 100 | 110100 | 1010 | 110111 | 1000110 | 1000010 |
Color Harmonies of #E5DC6E
Complementary color
Monochromatic Colors of #E5DC6E
Black with #E5DC6E
Text Example
Text Example
White with #E5DC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DC6E; }
p { color: rgb(229,220,110); }
H1.HeaderClassName
{
color: #E5DC6E;
}
.AnyTagClassName
{
color: #E5DC6E;
}
</style>
background-color css
<style>
a { background-color: #E5DC6E; }
a { background-color: rgb(229,220,110); }
div.DivClassName
{
background-color: #E5DC6E;
}
.BgClassName
{
background-color: #E5DC6E;
}
</style>
border-color css
<style>
span { border-color: #E5DC6E; }
span { border-color: rgb(229,220,110); }
td.TdClassName
{
border-color: #E5DC6E;
}
.TagClassName
{
border-color: #E5DC6E;
}
</style>