Shades of Wild Rice #E5D967
Tints of Wild Rice #E5D967
RGB
CMYK
RGB Variations
Color information
#E5D967 (or 0xE5D967) is known color: Wild Rice. HEX triplet: E5, D9 and 67. RGB value is (229,217,103). Sum of RGB (Red+Green+Blue) = 229+217+103=549 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.71% from 549); Green value is 217 (85.16% from 255 or 39.53% from 549); Blue value is 103 (40.62% from 255 or 18.76% from 549); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D967 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D967 is #1A2698. Grayscale: #D0D0D0. Windows color (decimal): -1713817 or 6805989. OLE color: 6805989.
HSL color Cylindrical-coordinate representation of color #E5D967: hue angle of 54.29º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E5D967 is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 217 | 103 | - |
| CMYK | 0 | 0.05 | 0.55 | 0.10 |
| HSL | 54.29º | 0.71% | 0.65% | - |
| HSV(B) | 54.29º | 0.55% | 0.9% | - |
| XYZ | 59.57 | 67.26 | 22.68 | - |
| YUV | 207.59 | 68.98 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 217 | 103 | 0 | 0.05 | 0.55 | 0.10 | 54.29 | 0.71 | 0.65 |
| Hex | E5 | D9 | 67 | 0 | 5 | 37 | A | 36 | 47 | 41 |
| Octal | 345 | 331 | 147 | 0 | 5 | 67 | 12 | 66 | 107 | 101 |
| Binary | 11100101 | 11011001 | 1100111 | 0 | 101 | 110111 | 1010 | 110110 | 1000111 | 1000001 |
Color Harmonies of #E5D967
Complementary color
Monochromatic Colors of #E5D967
Black with #E5D967
Text Example
Text Example
White with #E5D967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D967; }
p { color: rgb(229,217,103); }
H1.HeaderClassName
{
color: #E5D967;
}
.AnyTagClassName
{
color: #E5D967;
}
</style>
background-color css
<style>
a { background-color: #E5D967; }
a { background-color: rgb(229,217,103); }
div.DivClassName
{
background-color: #E5D967;
}
.BgClassName
{
background-color: #E5D967;
}
</style>
border-color css
<style>
span { border-color: #E5D967; }
span { border-color: rgb(229,217,103); }
td.TdClassName
{
border-color: #E5D967;
}
.TagClassName
{
border-color: #E5D967;
}
</style>