Shades of Wild Rice #ECD578
Tints of Wild Rice #ECD578
RGB
CMYK
RGB Variations
Color information
#ECD578 (or 0xECD578) is known color: Wild Rice. HEX triplet: EC, D5 and 78. RGB value is (236,213,120). Sum of RGB (Red+Green+Blue) = 236+213+120=569 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.48% from 569); Green value is 213 (83.59% from 255 or 37.43% from 569); Blue value is 120 (47.27% from 255 or 21.09% from 569); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD578 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD578 is #132A87. Grayscale: #D1D1D1. Windows color (decimal): -1256072 or 7919084. OLE color: 7919084.
HSL color Cylindrical-coordinate representation of color #ECD578: hue angle of 48.1º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ECD578 is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 213 | 120 | - |
| CMYK | 0 | 0.10 | 0.49 | 0.07 |
| HSL | 48.1º | 0.75% | 0.7% | - |
| HSV(B) | 48.1º | 0.49% | 0.93% | - |
| XYZ | 61.78 | 66.78 | 27.4 | - |
| YUV | 209.28 | 77.62 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 213 | 120 | 0 | 0.10 | 0.49 | 0.07 | 48.1 | 0.75 | 0.7 |
| Hex | EC | D5 | 78 | 0 | A | 31 | 7 | 30 | 4B | 46 |
| Octal | 354 | 325 | 170 | 0 | 12 | 61 | 7 | 60 | 113 | 106 |
| Binary | 11101100 | 11010101 | 1111000 | 0 | 1010 | 110001 | 111 | 110000 | 1001011 | 1000110 |
Color Harmonies of #ECD578
Complementary color
Monochromatic Colors of #ECD578
Black with #ECD578
Text Example
Text Example
White with #ECD578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD578; }
p { color: rgb(236,213,120); }
H1.HeaderClassName
{
color: #ECD578;
}
.AnyTagClassName
{
color: #ECD578;
}
</style>
background-color css
<style>
a { background-color: #ECD578; }
a { background-color: rgb(236,213,120); }
div.DivClassName
{
background-color: #ECD578;
}
.BgClassName
{
background-color: #ECD578;
}
</style>
border-color css
<style>
span { border-color: #ECD578; }
span { border-color: rgb(236,213,120); }
td.TdClassName
{
border-color: #ECD578;
}
.TagClassName
{
border-color: #ECD578;
}
</style>