Shades of Wild Rice #ECDA72
Tints of Wild Rice #ECDA72
RGB
CMYK
RGB Variations
Color information
#ECDA72 (or 0xECDA72) is known color: Wild Rice. HEX triplet: EC, DA and 72. RGB value is (236,218,114). Sum of RGB (Red+Green+Blue) = 236+218+114=568 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.55% from 568); Green value is 218 (85.55% from 255 or 38.38% from 568); Blue value is 114 (44.92% from 255 or 20.07% from 568); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDA72 is #13258D. Grayscale: #D3D3D3. Windows color (decimal): -1254798 or 7527148. OLE color: 7527148.
HSL color Cylindrical-coordinate representation of color #ECDA72: hue angle of 51.15º 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 #ECDA72 is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 218 | 114 | - |
| CMYK | 0 | 0.08 | 0.52 | 0.07 |
| HSL | 51.15º | 0.76% | 0.69% | - |
| HSV(B) | 51.15º | 0.52% | 0.93% | - |
| XYZ | 62.7 | 69.19 | 25.97 | - |
| YUV | 211.53 | 72.96 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 218 | 114 | 0 | 0.08 | 0.52 | 0.07 | 51.15 | 0.76 | 0.69 |
| Hex | EC | DA | 72 | 0 | 8 | 34 | 7 | 33 | 4C | 45 |
| Octal | 354 | 332 | 162 | 0 | 10 | 64 | 7 | 63 | 114 | 105 |
| Binary | 11101100 | 11011010 | 1110010 | 0 | 1000 | 110100 | 111 | 110011 | 1001100 | 1000101 |
Color Harmonies of #ECDA72
Complementary color
Monochromatic Colors of #ECDA72
Black with #ECDA72
Text Example
Text Example
White with #ECDA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDA72; }
p { color: rgb(236,218,114); }
H1.HeaderClassName
{
color: #ECDA72;
}
.AnyTagClassName
{
color: #ECDA72;
}
</style>
background-color css
<style>
a { background-color: #ECDA72; }
a { background-color: rgb(236,218,114); }
div.DivClassName
{
background-color: #ECDA72;
}
.BgClassName
{
background-color: #ECDA72;
}
</style>
border-color css
<style>
span { border-color: #ECDA72; }
span { border-color: rgb(236,218,114); }
td.TdClassName
{
border-color: #ECDA72;
}
.TagClassName
{
border-color: #ECDA72;
}
</style>