Shades of Wild Rice #ECD577
Tints of Wild Rice #ECD577
RGB
CMYK
RGB Variations
Color information
#ECD577 (or 0xECD577) is known color: Wild Rice. HEX triplet: EC, D5 and 77. RGB value is (236,213,119). Sum of RGB (Red+Green+Blue) = 236+213+119=568 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.55% from 568); Green value is 213 (83.59% from 255 or 37.5% from 568); Blue value is 119 (46.88% from 255 or 20.95% from 568); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD577 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD577 is #132A88. Grayscale: #D1D1D1. Windows color (decimal): -1256073 or 7853548. OLE color: 7853548.
HSL color Cylindrical-coordinate representation of color #ECD577: hue angle of 48.21º 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 #ECD577 is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 213 | 119 | - |
| CMYK | 0 | 0.10 | 0.50 | 0.07 |
| HSL | 48.21º | 0.75% | 0.7% | - |
| HSV(B) | 48.21º | 0.5% | 0.93% | - |
| XYZ | 61.72 | 66.75 | 27.08 | - |
| YUV | 209.16 | 77.12 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 213 | 119 | 0 | 0.10 | 0.50 | 0.07 | 48.21 | 0.75 | 0.7 |
| Hex | EC | D5 | 77 | 0 | A | 32 | 7 | 30 | 4B | 46 |
| Octal | 354 | 325 | 167 | 0 | 12 | 62 | 7 | 60 | 113 | 106 |
| Binary | 11101100 | 11010101 | 1110111 | 0 | 1010 | 110010 | 111 | 110000 | 1001011 | 1000110 |
Color Harmonies of #ECD577
Complementary color
Monochromatic Colors of #ECD577
Black with #ECD577
Text Example
Text Example
White with #ECD577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD577; }
p { color: rgb(236,213,119); }
H1.HeaderClassName
{
color: #ECD577;
}
.AnyTagClassName
{
color: #ECD577;
}
</style>
background-color css
<style>
a { background-color: #ECD577; }
a { background-color: rgb(236,213,119); }
div.DivClassName
{
background-color: #ECD577;
}
.BgClassName
{
background-color: #ECD577;
}
</style>
border-color css
<style>
span { border-color: #ECD577; }
span { border-color: rgb(236,213,119); }
td.TdClassName
{
border-color: #ECD577;
}
.TagClassName
{
border-color: #ECD577;
}
</style>