Shades of Wild Rice #ECD877
Tints of Wild Rice #ECD877
RGB
CMYK
RGB Variations
Color information
#ECD877 (or 0xECD877) is known color: Wild Rice. HEX triplet: EC, D8 and 77. RGB value is (236,216,119). Sum of RGB (Red+Green+Blue) = 236+216+119=571 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.33% from 571); Green value is 216 (84.77% from 255 or 37.83% from 571); Blue value is 119 (46.88% from 255 or 20.84% from 571); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD877 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD877 is #132788. Grayscale: #D3D3D3. Windows color (decimal): -1255305 or 7854316. OLE color: 7854316.
HSL color Cylindrical-coordinate representation of color #ECD877: hue angle of 49.74º 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 #ECD877 is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 216 | 119 | - |
| CMYK | 0 | 0.08 | 0.50 | 0.07 |
| HSL | 49.74º | 0.75% | 0.7% | - |
| HSV(B) | 49.74º | 0.5% | 0.93% | - |
| XYZ | 62.48 | 68.28 | 27.34 | - |
| YUV | 210.92 | 76.13 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 216 | 119 | 0 | 0.08 | 0.50 | 0.07 | 49.74 | 0.75 | 0.7 |
| Hex | EC | D8 | 77 | 0 | 8 | 32 | 7 | 32 | 4B | 46 |
| Octal | 354 | 330 | 167 | 0 | 10 | 62 | 7 | 62 | 113 | 106 |
| Binary | 11101100 | 11011000 | 1110111 | 0 | 1000 | 110010 | 111 | 110010 | 1001011 | 1000110 |
Color Harmonies of #ECD877
Complementary color
Monochromatic Colors of #ECD877
Black with #ECD877
Text Example
Text Example
White with #ECD877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD877; }
p { color: rgb(236,216,119); }
H1.HeaderClassName
{
color: #ECD877;
}
.AnyTagClassName
{
color: #ECD877;
}
</style>
background-color css
<style>
a { background-color: #ECD877; }
a { background-color: rgb(236,216,119); }
div.DivClassName
{
background-color: #ECD877;
}
.BgClassName
{
background-color: #ECD877;
}
</style>
border-color css
<style>
span { border-color: #ECD877; }
span { border-color: rgb(236,216,119); }
td.TdClassName
{
border-color: #ECD877;
}
.TagClassName
{
border-color: #ECD877;
}
</style>