Shades of Wild Rice #ECD971
Tints of Wild Rice #ECD971
RGB
CMYK
RGB Variations
Color information
#ECD971 (or 0xECD971) is known color: Wild Rice. HEX triplet: EC, D9 and 71. RGB value is (236,217,113). Sum of RGB (Red+Green+Blue) = 236+217+113=566 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.70% from 566); Green value is 217 (85.16% from 255 or 38.34% from 566); Blue value is 113 (44.53% from 255 or 19.96% from 566); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD971 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD971 is #13268E. Grayscale: #D3D3D3. Windows color (decimal): -1255055 or 7461356. OLE color: 7461356.
HSL color Cylindrical-coordinate representation of color #ECD971: hue angle of 50.73º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ECD971 is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 217 | 113 | - |
| CMYK | 0 | 0.08 | 0.52 | 0.07 |
| HSL | 50.73º | 0.76% | 0.68% | - |
| HSV(B) | 50.73º | 0.52% | 0.93% | - |
| XYZ | 62.39 | 68.65 | 25.59 | - |
| YUV | 210.83 | 72.79 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 217 | 113 | 0 | 0.08 | 0.52 | 0.07 | 50.73 | 0.76 | 0.68 |
| Hex | EC | D9 | 71 | 0 | 8 | 34 | 7 | 33 | 4C | 44 |
| Octal | 354 | 331 | 161 | 0 | 10 | 64 | 7 | 63 | 114 | 104 |
| Binary | 11101100 | 11011001 | 1110001 | 0 | 1000 | 110100 | 111 | 110011 | 1001100 | 1000100 |
Color Harmonies of #ECD971
Complementary color
Monochromatic Colors of #ECD971
Black with #ECD971
Text Example
Text Example
White with #ECD971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD971; }
p { color: rgb(236,217,113); }
H1.HeaderClassName
{
color: #ECD971;
}
.AnyTagClassName
{
color: #ECD971;
}
</style>
background-color css
<style>
a { background-color: #ECD971; }
a { background-color: rgb(236,217,113); }
div.DivClassName
{
background-color: #ECD971;
}
.BgClassName
{
background-color: #ECD971;
}
</style>
border-color css
<style>
span { border-color: #ECD971; }
span { border-color: rgb(236,217,113); }
td.TdClassName
{
border-color: #ECD971;
}
.TagClassName
{
border-color: #ECD971;
}
</style>