Shades of Wild Rice #ECDC74
Tints of Wild Rice #ECDC74
RGB
CMYK
RGB Variations
Color information
#ECDC74 (or 0xECDC74) is known color: Wild Rice. HEX triplet: EC, DC and 74. RGB value is (236,220,116). Sum of RGB (Red+Green+Blue) = 236+220+116=572 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.26% from 572); Green value is 220 (86.33% from 255 or 38.46% from 572); Blue value is 116 (45.70% from 255 or 20.28% from 572); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDC74 is #13238B. Grayscale: #D5D5D5. Windows color (decimal): -1254284 or 7658732. OLE color: 7658732.
HSL color Cylindrical-coordinate representation of color #ECDC74: hue angle of 52º 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 #ECDC74 is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 220 | 116 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.07 |
| HSL | 52º | 0.76% | 0.69% | - |
| HSV(B) | 52º | 0.51% | 0.93% | - |
| XYZ | 63.34 | 70.28 | 26.75 | - |
| YUV | 212.93 | 73.3 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 220 | 116 | 0 | 0.07 | 0.51 | 0.07 | 52 | 0.76 | 0.69 |
| Hex | EC | DC | 74 | 0 | 7 | 33 | 7 | 34 | 4C | 45 |
| Octal | 354 | 334 | 164 | 0 | 7 | 63 | 7 | 64 | 114 | 105 |
| Binary | 11101100 | 11011100 | 1110100 | 0 | 111 | 110011 | 111 | 110100 | 1001100 | 1000101 |
Color Harmonies of #ECDC74
Complementary color
Monochromatic Colors of #ECDC74
Black with #ECDC74
Text Example
Text Example
White with #ECDC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDC74; }
p { color: rgb(236,220,116); }
H1.HeaderClassName
{
color: #ECDC74;
}
.AnyTagClassName
{
color: #ECDC74;
}
</style>
background-color css
<style>
a { background-color: #ECDC74; }
a { background-color: rgb(236,220,116); }
div.DivClassName
{
background-color: #ECDC74;
}
.BgClassName
{
background-color: #ECDC74;
}
</style>
border-color css
<style>
span { border-color: #ECDC74; }
span { border-color: rgb(236,220,116); }
td.TdClassName
{
border-color: #ECDC74;
}
.TagClassName
{
border-color: #ECDC74;
}
</style>