Shades of Wild Rice #E5D96A
Tints of Wild Rice #E5D96A
RGB
CMYK
RGB Variations
Color information
#E5D96A (or 0xE5D96A) is known color: Wild Rice. HEX triplet: E5, D9 and 6A. RGB value is (229,217,106). Sum of RGB (Red+Green+Blue) = 229+217+106=552 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.49% from 552); Green value is 217 (85.16% from 255 or 39.31% from 552); Blue value is 106 (41.80% from 255 or 19.20% from 552); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D96A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D96A is #1A2695. Grayscale: #D0D0D0. Windows color (decimal): -1713814 or 7002597. OLE color: 7002597.
HSL color Cylindrical-coordinate representation of color #E5D96A: hue angle of 54.15º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E5D96A is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 217 | 106 | - |
CMYK | 0 | 0.05 | 0.54 | 0.10 |
HSL | 54.15º | 0.7% | 0.66% | - |
HSV(B) | 54.15º | 0.54% | 0.9% | - |
XYZ | 59.73 | 67.32 | 23.48 | - |
YUV | 207.93 | 70.48 | 143.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 217 | 106 | 0 | 0.05 | 0.54 | 0.10 | 54.15 | 0.7 | 0.66 |
Hex | E5 | D9 | 6A | 0 | 5 | 36 | A | 36 | 46 | 42 |
Octal | 345 | 331 | 152 | 0 | 5 | 66 | 12 | 66 | 106 | 102 |
Binary | 11100101 | 11011001 | 1101010 | 0 | 101 | 110110 | 1010 | 110110 | 1000110 | 1000010 |
Color Harmonies of #E5D96A
Complementary color
Monochromatic Colors of #E5D96A
Black with #E5D96A
Text Example
Text Example
White with #E5D96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D96A; }
p { color: rgb(229,217,106); }
H1.HeaderClassName
{
color: #E5D96A;
}
.AnyTagClassName
{
color: #E5D96A;
}
</style>
background-color css
<style>
a { background-color: #E5D96A; }
a { background-color: rgb(229,217,106); }
div.DivClassName
{
background-color: #E5D96A;
}
.BgClassName
{
background-color: #E5D96A;
}
</style>
border-color css
<style>
span { border-color: #E5D96A; }
span { border-color: rgb(229,217,106); }
td.TdClassName
{
border-color: #E5D96A;
}
.TagClassName
{
border-color: #E5D96A;
}
</style>