Shades of Wild Rice #ECDF72
Tints of Wild Rice #ECDF72
RGB
CMYK
RGB Variations
Color information
#ECDF72 (or 0xECDF72) is known color: Wild Rice. HEX triplet: EC, DF and 72. RGB value is (236,223,114). Sum of RGB (Red+Green+Blue) = 236+223+114=573 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.19% from 573); Green value is 223 (87.5% from 255 or 38.92% from 573); Blue value is 114 (44.92% from 255 or 19.90% from 573); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDF72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDF72 is #13208D. Grayscale: #D6D6D6. Windows color (decimal): -1253518 or 7528428. OLE color: 7528428.
HSL color Cylindrical-coordinate representation of color #ECDF72: hue angle of 53.61º 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 #ECDF72 is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 223 | 114 | - |
| CMYK | 0 | 0.06 | 0.52 | 0.07 |
| HSL | 53.61º | 0.76% | 0.69% | - |
| HSV(B) | 53.61º | 0.52% | 0.93% | - |
| XYZ | 64.02 | 71.82 | 26.41 | - |
| YUV | 214.46 | 71.31 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 223 | 114 | 0 | 0.06 | 0.52 | 0.07 | 53.61 | 0.76 | 0.69 |
| Hex | EC | DF | 72 | 0 | 6 | 34 | 7 | 36 | 4C | 45 |
| Octal | 354 | 337 | 162 | 0 | 6 | 64 | 7 | 66 | 114 | 105 |
| Binary | 11101100 | 11011111 | 1110010 | 0 | 110 | 110100 | 111 | 110110 | 1001100 | 1000101 |
Color Harmonies of #ECDF72
Complementary color
Monochromatic Colors of #ECDF72
Black with #ECDF72
Text Example
Text Example
White with #ECDF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDF72; }
p { color: rgb(236,223,114); }
H1.HeaderClassName
{
color: #ECDF72;
}
.AnyTagClassName
{
color: #ECDF72;
}
</style>
background-color css
<style>
a { background-color: #ECDF72; }
a { background-color: rgb(236,223,114); }
div.DivClassName
{
background-color: #ECDF72;
}
.BgClassName
{
background-color: #ECDF72;
}
</style>
border-color css
<style>
span { border-color: #ECDF72; }
span { border-color: rgb(236,223,114); }
td.TdClassName
{
border-color: #ECDF72;
}
.TagClassName
{
border-color: #ECDF72;
}
</style>