Shades of Wild Rice #E0D275
Tints of Wild Rice #E0D275
RGB
CMYK
RGB Variations
Color information
#E0D275 (or 0xE0D275) is known color: Wild Rice. HEX triplet: E0, D2 and 75. RGB value is (224,210,117). Sum of RGB (Red+Green+Blue) = 224+210+117=551 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.65% from 551); Green value is 210 (82.42% from 255 or 38.11% from 551); Blue value is 117 (46.09% from 255 or 21.23% from 551); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D275 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D275 is #1F2D8A. Grayscale: #CBCBCB. Windows color (decimal): -2043275 or 7721696. OLE color: 7721696.
HSL color Cylindrical-coordinate representation of color #E0D275: hue angle of 52.15º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E0D275 is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 210 | 117 | - |
| CMYK | 0 | 0.06 | 0.48 | 0.12 |
| HSL | 52.15º | 0.63% | 0.67% | - |
| HSV(B) | 52.15º | 0.48% | 0.88% | - |
| XYZ | 57 | 63.22 | 26.03 | - |
| YUV | 203.58 | 79.14 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 210 | 117 | 0 | 0.06 | 0.48 | 0.12 | 52.15 | 0.63 | 0.67 |
| Hex | E0 | D2 | 75 | 0 | 6 | 30 | C | 34 | 3F | 43 |
| Octal | 340 | 322 | 165 | 0 | 6 | 60 | 14 | 64 | 77 | 103 |
| Binary | 11100000 | 11010010 | 1110101 | 0 | 110 | 110000 | 1100 | 110100 | 111111 | 1000011 |
Color Harmonies of #E0D275
Complementary color
Monochromatic Colors of #E0D275
Black with #E0D275
Text Example
Text Example
White with #E0D275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D275; }
p { color: rgb(224,210,117); }
H1.HeaderClassName
{
color: #E0D275;
}
.AnyTagClassName
{
color: #E0D275;
}
</style>
background-color css
<style>
a { background-color: #E0D275; }
a { background-color: rgb(224,210,117); }
div.DivClassName
{
background-color: #E0D275;
}
.BgClassName
{
background-color: #E0D275;
}
</style>
border-color css
<style>
span { border-color: #E0D275; }
span { border-color: rgb(224,210,117); }
td.TdClassName
{
border-color: #E0D275;
}
.TagClassName
{
border-color: #E0D275;
}
</style>