Shades of Wild Rice #E5D675
Tints of Wild Rice #E5D675
RGB
CMYK
RGB Variations
Color information
#E5D675 (or 0xE5D675) is known color: Wild Rice. HEX triplet: E5, D6 and 75. RGB value is (229,214,117). Sum of RGB (Red+Green+Blue) = 229+214+117=560 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.89% from 560); Green value is 214 (83.98% from 255 or 38.21% from 560); Blue value is 117 (46.09% from 255 or 20.89% from 560); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D675 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D675 is #1A298A. Grayscale: #CFCFCF. Windows color (decimal): -1714571 or 7722725. OLE color: 7722725.
HSL color Cylindrical-coordinate representation of color #E5D675: hue angle of 51.96º 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 #E5D675 is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 214 | 117 | - |
| CMYK | 0 | 0.07 | 0.49 | 0.10 |
| HSL | 51.96º | 0.68% | 0.68% | - |
| HSV(B) | 51.96º | 0.49% | 0.9% | - |
| XYZ | 59.57 | 66.04 | 26.44 | - |
| YUV | 207.43 | 76.97 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 214 | 117 | 0 | 0.07 | 0.49 | 0.10 | 51.96 | 0.68 | 0.68 |
| Hex | E5 | D6 | 75 | 0 | 7 | 31 | A | 34 | 44 | 44 |
| Octal | 345 | 326 | 165 | 0 | 7 | 61 | 12 | 64 | 104 | 104 |
| Binary | 11100101 | 11010110 | 1110101 | 0 | 111 | 110001 | 1010 | 110100 | 1000100 | 1000100 |
Color Harmonies of #E5D675
Complementary color
Monochromatic Colors of #E5D675
Black with #E5D675
Text Example
Text Example
White with #E5D675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D675; }
p { color: rgb(229,214,117); }
H1.HeaderClassName
{
color: #E5D675;
}
.AnyTagClassName
{
color: #E5D675;
}
</style>
background-color css
<style>
a { background-color: #E5D675; }
a { background-color: rgb(229,214,117); }
div.DivClassName
{
background-color: #E5D675;
}
.BgClassName
{
background-color: #E5D675;
}
</style>
border-color css
<style>
span { border-color: #E5D675; }
span { border-color: rgb(229,214,117); }
td.TdClassName
{
border-color: #E5D675;
}
.TagClassName
{
border-color: #E5D675;
}
</style>