Shades of Wild Rice #ECD872
Tints of Wild Rice #ECD872
RGB
CMYK
RGB Variations
Color information
#ECD872 (or 0xECD872) is known color: Wild Rice. HEX triplet: EC, D8 and 72. RGB value is (236,216,114). Sum of RGB (Red+Green+Blue) = 236+216+114=566 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.70% from 566); Green value is 216 (84.77% from 255 or 38.16% from 566); Blue value is 114 (44.92% from 255 or 20.14% from 566); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD872 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD872 is #13278D. Grayscale: #D2D2D2. Windows color (decimal): -1255310 or 7526636. OLE color: 7526636.
HSL color Cylindrical-coordinate representation of color #ECD872: hue angle of 50.16º 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 #ECD872 is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 216 | 114 | - |
| CMYK | 0 | 0.08 | 0.52 | 0.07 |
| HSL | 50.16º | 0.76% | 0.69% | - |
| HSV(B) | 50.16º | 0.52% | 0.93% | - |
| XYZ | 62.19 | 68.16 | 25.8 | - |
| YUV | 210.35 | 73.63 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 216 | 114 | 0 | 0.08 | 0.52 | 0.07 | 50.16 | 0.76 | 0.69 |
| Hex | EC | D8 | 72 | 0 | 8 | 34 | 7 | 32 | 4C | 45 |
| Octal | 354 | 330 | 162 | 0 | 10 | 64 | 7 | 62 | 114 | 105 |
| Binary | 11101100 | 11011000 | 1110010 | 0 | 1000 | 110100 | 111 | 110010 | 1001100 | 1000101 |
Color Harmonies of #ECD872
Complementary color
Monochromatic Colors of #ECD872
Black with #ECD872
Text Example
Text Example
White with #ECD872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD872; }
p { color: rgb(236,216,114); }
H1.HeaderClassName
{
color: #ECD872;
}
.AnyTagClassName
{
color: #ECD872;
}
</style>
background-color css
<style>
a { background-color: #ECD872; }
a { background-color: rgb(236,216,114); }
div.DivClassName
{
background-color: #ECD872;
}
.BgClassName
{
background-color: #ECD872;
}
</style>
border-color css
<style>
span { border-color: #ECD872; }
span { border-color: rgb(236,216,114); }
td.TdClassName
{
border-color: #ECD872;
}
.TagClassName
{
border-color: #ECD872;
}
</style>