Shades of Wild Rice #ECDD75
Tints of Wild Rice #ECDD75
RGB
CMYK
RGB Variations
Color information
#ECDD75 (or 0xECDD75) is known color: Wild Rice. HEX triplet: EC, DD and 75. RGB value is (236,221,117). Sum of RGB (Red+Green+Blue) = 236+221+117=574 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.11% from 574); Green value is 221 (86.72% from 255 or 38.50% from 574); Blue value is 117 (46.09% from 255 or 20.38% from 574); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDD75 is #13228A. Grayscale: #D6D6D6. Windows color (decimal): -1254027 or 7724524. OLE color: 7724524.
HSL color Cylindrical-coordinate representation of color #ECDD75: hue angle of 52.44º 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 #ECDD75 is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 221 | 117 | - |
| CMYK | 0 | 0.06 | 0.50 | 0.07 |
| HSL | 52.44º | 0.76% | 0.69% | - |
| HSV(B) | 52.44º | 0.5% | 0.93% | - |
| XYZ | 63.66 | 70.83 | 27.15 | - |
| YUV | 213.63 | 73.47 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 221 | 117 | 0 | 0.06 | 0.50 | 0.07 | 52.44 | 0.76 | 0.69 |
| Hex | EC | DD | 75 | 0 | 6 | 32 | 7 | 34 | 4C | 45 |
| Octal | 354 | 335 | 165 | 0 | 6 | 62 | 7 | 64 | 114 | 105 |
| Binary | 11101100 | 11011101 | 1110101 | 0 | 110 | 110010 | 111 | 110100 | 1001100 | 1000101 |
Color Harmonies of #ECDD75
Complementary color
Monochromatic Colors of #ECDD75
Black with #ECDD75
Text Example
Text Example
White with #ECDD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDD75; }
p { color: rgb(236,221,117); }
H1.HeaderClassName
{
color: #ECDD75;
}
.AnyTagClassName
{
color: #ECDD75;
}
</style>
background-color css
<style>
a { background-color: #ECDD75; }
a { background-color: rgb(236,221,117); }
div.DivClassName
{
background-color: #ECDD75;
}
.BgClassName
{
background-color: #ECDD75;
}
</style>
border-color css
<style>
span { border-color: #ECDD75; }
span { border-color: rgb(236,221,117); }
td.TdClassName
{
border-color: #ECDD75;
}
.TagClassName
{
border-color: #ECDD75;
}
</style>