Shades of Wild Rice #E5D36F
Tints of Wild Rice #E5D36F
RGB
CMYK
RGB Variations
Color information
#E5D36F (or 0xE5D36F) is known color: Wild Rice. HEX triplet: E5, D3 and 6F. RGB value is (229,211,111). Sum of RGB (Red+Green+Blue) = 229+211+111=551 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.56% from 551); Green value is 211 (82.81% from 255 or 38.29% from 551); Blue value is 111 (43.75% from 255 or 20.15% from 551); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D36F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D36F is #1A2C90. Grayscale: #CDCDCD. Windows color (decimal): -1715345 or 7328741. OLE color: 7328741.
HSL color Cylindrical-coordinate representation of color #E5D36F: hue angle of 50.85º 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 #E5D36F is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 211 | 111 | - |
| CMYK | 0 | 0.08 | 0.52 | 0.10 |
| HSL | 50.85º | 0.69% | 0.67% | - |
| HSV(B) | 50.85º | 0.52% | 0.9% | - |
| XYZ | 58.48 | 64.39 | 24.39 | - |
| YUV | 204.98 | 74.96 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 211 | 111 | 0 | 0.08 | 0.52 | 0.10 | 50.85 | 0.69 | 0.67 |
| Hex | E5 | D3 | 6F | 0 | 8 | 34 | A | 33 | 45 | 43 |
| Octal | 345 | 323 | 157 | 0 | 10 | 64 | 12 | 63 | 105 | 103 |
| Binary | 11100101 | 11010011 | 1101111 | 0 | 1000 | 110100 | 1010 | 110011 | 1000101 | 1000011 |
Color Harmonies of #E5D36F
Complementary color
Monochromatic Colors of #E5D36F
Black with #E5D36F
Text Example
Text Example
White with #E5D36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D36F; }
p { color: rgb(229,211,111); }
H1.HeaderClassName
{
color: #E5D36F;
}
.AnyTagClassName
{
color: #E5D36F;
}
</style>
background-color css
<style>
a { background-color: #E5D36F; }
a { background-color: rgb(229,211,111); }
div.DivClassName
{
background-color: #E5D36F;
}
.BgClassName
{
background-color: #E5D36F;
}
</style>
border-color css
<style>
span { border-color: #E5D36F; }
span { border-color: rgb(229,211,111); }
td.TdClassName
{
border-color: #E5D36F;
}
.TagClassName
{
border-color: #E5D36F;
}
</style>