Shades of Wild Rice #E5D375
Tints of Wild Rice #E5D375
RGB
CMYK
RGB Variations
Color information
#E5D375 (or 0xE5D375) is known color: Wild Rice. HEX triplet: E5, D3 and 75. RGB value is (229,211,117). Sum of RGB (Red+Green+Blue) = 229+211+117=557 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.11% from 557); Green value is 211 (82.81% from 255 or 37.88% from 557); Blue value is 117 (46.09% from 255 or 21.01% from 557); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D375 is #1A2C8A. Grayscale: #CECECE. Windows color (decimal): -1715339 or 7721957. OLE color: 7721957.
HSL color Cylindrical-coordinate representation of color #E5D375: hue angle of 50.36º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E5D375 is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 211 | 117 | - |
| CMYK | 0 | 0.08 | 0.49 | 0.10 |
| HSL | 50.36º | 0.68% | 0.68% | - |
| HSV(B) | 50.36º | 0.49% | 0.9% | - |
| XYZ | 58.82 | 64.53 | 26.19 | - |
| YUV | 205.67 | 77.96 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 211 | 117 | 0 | 0.08 | 0.49 | 0.10 | 50.36 | 0.68 | 0.68 |
| Hex | E5 | D3 | 75 | 0 | 8 | 31 | A | 32 | 44 | 44 |
| Octal | 345 | 323 | 165 | 0 | 10 | 61 | 12 | 62 | 104 | 104 |
| Binary | 11100101 | 11010011 | 1110101 | 0 | 1000 | 110001 | 1010 | 110010 | 1000100 | 1000100 |
Color Harmonies of #E5D375
Complementary color
Monochromatic Colors of #E5D375
Black with #E5D375
Text Example
Text Example
White with #E5D375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D375; }
p { color: rgb(229,211,117); }
H1.HeaderClassName
{
color: #E5D375;
}
.AnyTagClassName
{
color: #E5D375;
}
</style>
background-color css
<style>
a { background-color: #E5D375; }
a { background-color: rgb(229,211,117); }
div.DivClassName
{
background-color: #E5D375;
}
.BgClassName
{
background-color: #E5D375;
}
</style>
border-color css
<style>
span { border-color: #E5D375; }
span { border-color: rgb(229,211,117); }
td.TdClassName
{
border-color: #E5D375;
}
.TagClassName
{
border-color: #E5D375;
}
</style>