Shades of Wild Rice #ECDE72
Tints of Wild Rice #ECDE72
RGB
CMYK
RGB Variations
Color information
#ECDE72 (or 0xECDE72) is known color: Wild Rice. HEX triplet: EC, DE and 72. RGB value is (236,222,114). Sum of RGB (Red+Green+Blue) = 236+222+114=572 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.26% from 572); Green value is 222 (87.11% from 255 or 38.81% from 572); Blue value is 114 (44.92% from 255 or 19.93% from 572); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDE72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDE72 is #13218D. Grayscale: #D6D6D6. Windows color (decimal): -1253774 or 7528172. OLE color: 7528172.
HSL color Cylindrical-coordinate representation of color #ECDE72: hue angle of 53.11º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ECDE72 is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 222 | 114 | - |
| CMYK | 0 | 0.06 | 0.52 | 0.07 |
| HSL | 53.11º | 0.76% | 0.69% | - |
| HSV(B) | 53.11º | 0.52% | 0.93% | - |
| XYZ | 63.75 | 71.29 | 26.32 | - |
| YUV | 213.87 | 71.64 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 222 | 114 | 0 | 0.06 | 0.52 | 0.07 | 53.11 | 0.76 | 0.69 |
| Hex | EC | DE | 72 | 0 | 6 | 34 | 7 | 35 | 4C | 45 |
| Octal | 354 | 336 | 162 | 0 | 6 | 64 | 7 | 65 | 114 | 105 |
| Binary | 11101100 | 11011110 | 1110010 | 0 | 110 | 110100 | 111 | 110101 | 1001100 | 1000101 |
Color Harmonies of #ECDE72
Complementary color
Monochromatic Colors of #ECDE72
Black with #ECDE72
Text Example
Text Example
White with #ECDE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDE72; }
p { color: rgb(236,222,114); }
H1.HeaderClassName
{
color: #ECDE72;
}
.AnyTagClassName
{
color: #ECDE72;
}
</style>
background-color css
<style>
a { background-color: #ECDE72; }
a { background-color: rgb(236,222,114); }
div.DivClassName
{
background-color: #ECDE72;
}
.BgClassName
{
background-color: #ECDE72;
}
</style>
border-color css
<style>
span { border-color: #ECDE72; }
span { border-color: rgb(236,222,114); }
td.TdClassName
{
border-color: #ECDE72;
}
.TagClassName
{
border-color: #ECDE72;
}
</style>