Shades of Wild Rice #ECDC75
Tints of Wild Rice #ECDC75
RGB
CMYK
RGB Variations
Color information
#ECDC75 (or 0xECDC75) is known color: Wild Rice. HEX triplet: EC, DC and 75. RGB value is (236,220,117). Sum of RGB (Red+Green+Blue) = 236+220+117=573 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.19% from 573); Green value is 220 (86.33% from 255 or 38.39% from 573); Blue value is 117 (46.09% from 255 or 20.42% from 573); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDC75 is #13238A. Grayscale: #D5D5D5. Windows color (decimal): -1254283 or 7724268. OLE color: 7724268.
HSL color Cylindrical-coordinate representation of color #ECDC75: hue angle of 51.93º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ECDC75 is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 220 | 117 | - |
| CMYK | 0 | 0.07 | 0.50 | 0.07 |
| HSL | 51.93º | 0.76% | 0.69% | - |
| HSV(B) | 51.93º | 0.5% | 0.93% | - |
| XYZ | 63.4 | 70.3 | 27.06 | - |
| YUV | 213.04 | 73.8 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 220 | 117 | 0 | 0.07 | 0.50 | 0.07 | 51.93 | 0.76 | 0.69 |
| Hex | EC | DC | 75 | 0 | 7 | 32 | 7 | 34 | 4C | 45 |
| Octal | 354 | 334 | 165 | 0 | 7 | 62 | 7 | 64 | 114 | 105 |
| Binary | 11101100 | 11011100 | 1110101 | 0 | 111 | 110010 | 111 | 110100 | 1001100 | 1000101 |
Color Harmonies of #ECDC75
Complementary color
Monochromatic Colors of #ECDC75
Black with #ECDC75
Text Example
Text Example
White with #ECDC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDC75; }
p { color: rgb(236,220,117); }
H1.HeaderClassName
{
color: #ECDC75;
}
.AnyTagClassName
{
color: #ECDC75;
}
</style>
background-color css
<style>
a { background-color: #ECDC75; }
a { background-color: rgb(236,220,117); }
div.DivClassName
{
background-color: #ECDC75;
}
.BgClassName
{
background-color: #ECDC75;
}
</style>
border-color css
<style>
span { border-color: #ECDC75; }
span { border-color: rgb(236,220,117); }
td.TdClassName
{
border-color: #ECDC75;
}
.TagClassName
{
border-color: #ECDC75;
}
</style>