Shades of Wild Rice #E5D26F
Tints of Wild Rice #E5D26F
RGB
CMYK
RGB Variations
Color information
#E5D26F (or 0xE5D26F) is known color: Wild Rice. HEX triplet: E5, D2 and 6F. RGB value is (229,210,111). Sum of RGB (Red+Green+Blue) = 229+210+111=550 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.64% from 550); Green value is 210 (82.42% from 255 or 38.18% from 550); Blue value is 111 (43.75% from 255 or 20.18% from 550); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D26F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D26F is #1A2D90. Grayscale: #CCCCCC. Windows color (decimal): -1715601 or 7328485. OLE color: 7328485.
HSL color Cylindrical-coordinate representation of color #E5D26F: hue angle of 50.34º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E5D26F is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 210 | 111 | - |
| CMYK | 0 | 0.08 | 0.52 | 0.10 |
| HSL | 50.34º | 0.69% | 0.67% | - |
| HSV(B) | 50.34º | 0.52% | 0.9% | - |
| XYZ | 58.23 | 63.9 | 24.3 | - |
| YUV | 204.4 | 75.29 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 210 | 111 | 0 | 0.08 | 0.52 | 0.10 | 50.34 | 0.69 | 0.67 |
| Hex | E5 | D2 | 6F | 0 | 8 | 34 | A | 32 | 45 | 43 |
| Octal | 345 | 322 | 157 | 0 | 10 | 64 | 12 | 62 | 105 | 103 |
| Binary | 11100101 | 11010010 | 1101111 | 0 | 1000 | 110100 | 1010 | 110010 | 1000101 | 1000011 |
Color Harmonies of #E5D26F
Complementary color
Monochromatic Colors of #E5D26F
Black with #E5D26F
Text Example
Text Example
White with #E5D26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D26F; }
p { color: rgb(229,210,111); }
H1.HeaderClassName
{
color: #E5D26F;
}
.AnyTagClassName
{
color: #E5D26F;
}
</style>
background-color css
<style>
a { background-color: #E5D26F; }
a { background-color: rgb(229,210,111); }
div.DivClassName
{
background-color: #E5D26F;
}
.BgClassName
{
background-color: #E5D26F;
}
</style>
border-color css
<style>
span { border-color: #E5D26F; }
span { border-color: rgb(229,210,111); }
td.TdClassName
{
border-color: #E5D26F;
}
.TagClassName
{
border-color: #E5D26F;
}
</style>