Shades of Wild Rice #ECD177
Tints of Wild Rice #ECD177
RGB
CMYK
RGB Variations
Color information
#ECD177 (or 0xECD177) is known color: Wild Rice. HEX triplet: EC, D1 and 77. RGB value is (236,209,119). Sum of RGB (Red+Green+Blue) = 236+209+119=564 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.84% from 564); Green value is 209 (82.03% from 255 or 37.06% from 564); Blue value is 119 (46.88% from 255 or 21.10% from 564); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD177 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD177 is #132E88. Grayscale: #CFCFCF. Windows color (decimal): -1257097 or 7852524. OLE color: 7852524.
HSL color Cylindrical-coordinate representation of color #ECD177: hue angle of 46.15º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ECD177 is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 209 | 119 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.07 |
| HSL | 46.15º | 0.75% | 0.7% | - |
| HSV(B) | 46.15º | 0.5% | 0.93% | - |
| XYZ | 60.72 | 64.77 | 26.75 | - |
| YUV | 206.81 | 78.45 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 209 | 119 | 0 | 0.11 | 0.50 | 0.07 | 46.15 | 0.75 | 0.7 |
| Hex | EC | D1 | 77 | 0 | B | 32 | 7 | 2E | 4B | 46 |
| Octal | 354 | 321 | 167 | 0 | 13 | 62 | 7 | 56 | 113 | 106 |
| Binary | 11101100 | 11010001 | 1110111 | 0 | 1011 | 110010 | 111 | 101110 | 1001011 | 1000110 |
Color Harmonies of #ECD177
Complementary color
Monochromatic Colors of #ECD177
Black with #ECD177
Text Example
Text Example
White with #ECD177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD177; }
p { color: rgb(236,209,119); }
H1.HeaderClassName
{
color: #ECD177;
}
.AnyTagClassName
{
color: #ECD177;
}
</style>
background-color css
<style>
a { background-color: #ECD177; }
a { background-color: rgb(236,209,119); }
div.DivClassName
{
background-color: #ECD177;
}
.BgClassName
{
background-color: #ECD177;
}
</style>
border-color css
<style>
span { border-color: #ECD177; }
span { border-color: rgb(236,209,119); }
td.TdClassName
{
border-color: #ECD177;
}
.TagClassName
{
border-color: #ECD177;
}
</style>