Shades of Wild Rice #ECDA74
Tints of Wild Rice #ECDA74
RGB
CMYK
RGB Variations
Color information
#ECDA74 (or 0xECDA74) is known color: Wild Rice. HEX triplet: EC, DA and 74. RGB value is (236,218,116). Sum of RGB (Red+Green+Blue) = 236+218+116=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 218 (85.55% from 255 or 38.25% from 570); Blue value is 116 (45.70% from 255 or 20.35% from 570); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDA74 is #13258B. Grayscale: #D4D4D4. Windows color (decimal): -1254796 or 7658220. OLE color: 7658220.
HSL color Cylindrical-coordinate representation of color #ECDA74: hue angle of 51º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ECDA74 is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 218 | 116 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.07 |
| HSL | 51º | 0.76% | 0.69% | - |
| HSV(B) | 51º | 0.51% | 0.93% | - |
| XYZ | 62.82 | 69.24 | 26.58 | - |
| YUV | 211.75 | 73.96 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 218 | 116 | 0 | 0.08 | 0.51 | 0.07 | 51 | 0.76 | 0.69 |
| Hex | EC | DA | 74 | 0 | 8 | 33 | 7 | 33 | 4C | 45 |
| Octal | 354 | 332 | 164 | 0 | 10 | 63 | 7 | 63 | 114 | 105 |
| Binary | 11101100 | 11011010 | 1110100 | 0 | 1000 | 110011 | 111 | 110011 | 1001100 | 1000101 |
Color Harmonies of #ECDA74
Complementary color
Monochromatic Colors of #ECDA74
Black with #ECDA74
Text Example
Text Example
White with #ECDA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDA74; }
p { color: rgb(236,218,116); }
H1.HeaderClassName
{
color: #ECDA74;
}
.AnyTagClassName
{
color: #ECDA74;
}
</style>
background-color css
<style>
a { background-color: #ECDA74; }
a { background-color: rgb(236,218,116); }
div.DivClassName
{
background-color: #ECDA74;
}
.BgClassName
{
background-color: #ECDA74;
}
</style>
border-color css
<style>
span { border-color: #ECDA74; }
span { border-color: rgb(236,218,116); }
td.TdClassName
{
border-color: #ECDA74;
}
.TagClassName
{
border-color: #ECDA74;
}
</style>