Shades of Wild Rice #E5D26E
Tints of Wild Rice #E5D26E
RGB
CMYK
RGB Variations
Color information
#E5D26E (or 0xE5D26E) is known color: Wild Rice. HEX triplet: E5, D2 and 6E. RGB value is (229,210,110). Sum of RGB (Red+Green+Blue) = 229+210+110=549 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.71% from 549); Green value is 210 (82.42% from 255 or 38.25% from 549); Blue value is 110 (43.36% from 255 or 20.04% from 549); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D26E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D26E is #1A2D91. Grayscale: #CCCCCC. Windows color (decimal): -1715602 or 7262949. OLE color: 7262949.
HSL color Cylindrical-coordinate representation of color #E5D26E: hue angle of 50.42º 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 #E5D26E is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 210 | 110 | - |
| CMYK | 0 | 0.08 | 0.52 | 0.10 |
| HSL | 50.42º | 0.7% | 0.66% | - |
| HSV(B) | 50.42º | 0.52% | 0.9% | - |
| XYZ | 58.17 | 63.88 | 24.02 | - |
| YUV | 204.28 | 74.79 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 210 | 110 | 0 | 0.08 | 0.52 | 0.10 | 50.42 | 0.7 | 0.66 |
| Hex | E5 | D2 | 6E | 0 | 8 | 34 | A | 32 | 46 | 42 |
| Octal | 345 | 322 | 156 | 0 | 10 | 64 | 12 | 62 | 106 | 102 |
| Binary | 11100101 | 11010010 | 1101110 | 0 | 1000 | 110100 | 1010 | 110010 | 1000110 | 1000010 |
Color Harmonies of #E5D26E
Complementary color
Monochromatic Colors of #E5D26E
Black with #E5D26E
Text Example
Text Example
White with #E5D26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D26E; }
p { color: rgb(229,210,110); }
H1.HeaderClassName
{
color: #E5D26E;
}
.AnyTagClassName
{
color: #E5D26E;
}
</style>
background-color css
<style>
a { background-color: #E5D26E; }
a { background-color: rgb(229,210,110); }
div.DivClassName
{
background-color: #E5D26E;
}
.BgClassName
{
background-color: #E5D26E;
}
</style>
border-color css
<style>
span { border-color: #E5D26E; }
span { border-color: rgb(229,210,110); }
td.TdClassName
{
border-color: #E5D26E;
}
.TagClassName
{
border-color: #E5D26E;
}
</style>