Shades of Wild Rice #ECDA77
Tints of Wild Rice #ECDA77
RGB
CMYK
RGB Variations
Color information
#ECDA77 (or 0xECDA77) is known color: Wild Rice. HEX triplet: EC, DA and 77. RGB value is (236,218,119). Sum of RGB (Red+Green+Blue) = 236+218+119=573 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.19% from 573); Green value is 218 (85.55% from 255 or 38.05% from 573); Blue value is 119 (46.88% from 255 or 20.77% from 573); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDA77 is #132588. Grayscale: #D4D4D4. Windows color (decimal): -1254793 or 7854828. OLE color: 7854828.
HSL color Cylindrical-coordinate representation of color #ECDA77: hue angle of 50.77º 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 #ECDA77 is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 218 | 119 | - |
| CMYK | 0 | 0.08 | 0.50 | 0.07 |
| HSL | 50.77º | 0.75% | 0.7% | - |
| HSV(B) | 50.77º | 0.5% | 0.93% | - |
| XYZ | 62.99 | 69.31 | 27.51 | - |
| YUV | 212.1 | 75.46 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 218 | 119 | 0 | 0.08 | 0.50 | 0.07 | 50.77 | 0.75 | 0.7 |
| Hex | EC | DA | 77 | 0 | 8 | 32 | 7 | 33 | 4B | 46 |
| Octal | 354 | 332 | 167 | 0 | 10 | 62 | 7 | 63 | 113 | 106 |
| Binary | 11101100 | 11011010 | 1110111 | 0 | 1000 | 110010 | 111 | 110011 | 1001011 | 1000110 |
Color Harmonies of #ECDA77
Complementary color
Monochromatic Colors of #ECDA77
Black with #ECDA77
Text Example
Text Example
White with #ECDA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDA77; }
p { color: rgb(236,218,119); }
H1.HeaderClassName
{
color: #ECDA77;
}
.AnyTagClassName
{
color: #ECDA77;
}
</style>
background-color css
<style>
a { background-color: #ECDA77; }
a { background-color: rgb(236,218,119); }
div.DivClassName
{
background-color: #ECDA77;
}
.BgClassName
{
background-color: #ECDA77;
}
</style>
border-color css
<style>
span { border-color: #ECDA77; }
span { border-color: rgb(236,218,119); }
td.TdClassName
{
border-color: #ECDA77;
}
.TagClassName
{
border-color: #ECDA77;
}
</style>