Shades of Wild Rice #ECD575
Tints of Wild Rice #ECD575
RGB
CMYK
RGB Variations
Color information
#ECD575 (or 0xECD575) is known color: Wild Rice. HEX triplet: EC, D5 and 75. RGB value is (236,213,117). Sum of RGB (Red+Green+Blue) = 236+213+117=566 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.70% from 566); Green value is 213 (83.59% from 255 or 37.63% from 566); Blue value is 117 (46.09% from 255 or 20.67% from 566); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD575 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD575 is #132A8A. Grayscale: #D1D1D1. Windows color (decimal): -1256075 or 7722476. OLE color: 7722476.
HSL color Cylindrical-coordinate representation of color #ECD575: hue angle of 48.4º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ECD575 is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 213 | 117 | - |
| CMYK | 0 | 0.10 | 0.50 | 0.07 |
| HSL | 48.4º | 0.76% | 0.69% | - |
| HSV(B) | 48.4º | 0.5% | 0.93% | - |
| XYZ | 61.6 | 66.71 | 26.46 | - |
| YUV | 208.93 | 76.12 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 213 | 117 | 0 | 0.10 | 0.50 | 0.07 | 48.4 | 0.76 | 0.69 |
| Hex | EC | D5 | 75 | 0 | A | 32 | 7 | 30 | 4C | 45 |
| Octal | 354 | 325 | 165 | 0 | 12 | 62 | 7 | 60 | 114 | 105 |
| Binary | 11101100 | 11010101 | 1110101 | 0 | 1010 | 110010 | 111 | 110000 | 1001100 | 1000101 |
Color Harmonies of #ECD575
Complementary color
Monochromatic Colors of #ECD575
Black with #ECD575
Text Example
Text Example
White with #ECD575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD575; }
p { color: rgb(236,213,117); }
H1.HeaderClassName
{
color: #ECD575;
}
.AnyTagClassName
{
color: #ECD575;
}
</style>
background-color css
<style>
a { background-color: #ECD575; }
a { background-color: rgb(236,213,117); }
div.DivClassName
{
background-color: #ECD575;
}
.BgClassName
{
background-color: #ECD575;
}
</style>
border-color css
<style>
span { border-color: #ECD575; }
span { border-color: rgb(236,213,117); }
td.TdClassName
{
border-color: #ECD575;
}
.TagClassName
{
border-color: #ECD575;
}
</style>