Shades of Wild Rice #ECDD73
Tints of Wild Rice #ECDD73
RGB
CMYK
RGB Variations
Color information
#ECDD73 (or 0xECDD73) is known color: Wild Rice. HEX triplet: EC, DD and 73. RGB value is (236,221,115). Sum of RGB (Red+Green+Blue) = 236+221+115=572 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.26% from 572); Green value is 221 (86.72% from 255 or 38.64% from 572); Blue value is 115 (45.31% from 255 or 20.10% from 572); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDD73 is #13228C. Grayscale: #D5D5D5. Windows color (decimal): -1254029 or 7593452. OLE color: 7593452.
HSL color Cylindrical-coordinate representation of color #ECDD73: hue angle of 52.56º 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 #ECDD73 is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 221 | 115 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.07 |
| HSL | 52.56º | 0.76% | 0.69% | - |
| HSV(B) | 52.56º | 0.51% | 0.93% | - |
| XYZ | 63.54 | 70.78 | 26.53 | - |
| YUV | 213.4 | 72.47 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 221 | 115 | 0 | 0.06 | 0.51 | 0.07 | 52.56 | 0.76 | 0.69 |
| Hex | EC | DD | 73 | 0 | 6 | 33 | 7 | 35 | 4C | 45 |
| Octal | 354 | 335 | 163 | 0 | 6 | 63 | 7 | 65 | 114 | 105 |
| Binary | 11101100 | 11011101 | 1110011 | 0 | 110 | 110011 | 111 | 110101 | 1001100 | 1000101 |
Color Harmonies of #ECDD73
Complementary color
Monochromatic Colors of #ECDD73
Black with #ECDD73
Text Example
Text Example
White with #ECDD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDD73; }
p { color: rgb(236,221,115); }
H1.HeaderClassName
{
color: #ECDD73;
}
.AnyTagClassName
{
color: #ECDD73;
}
</style>
background-color css
<style>
a { background-color: #ECDD73; }
a { background-color: rgb(236,221,115); }
div.DivClassName
{
background-color: #ECDD73;
}
.BgClassName
{
background-color: #ECDD73;
}
</style>
border-color css
<style>
span { border-color: #ECDD73; }
span { border-color: rgb(236,221,115); }
td.TdClassName
{
border-color: #ECDD73;
}
.TagClassName
{
border-color: #ECDD73;
}
</style>