Shades of Wild Rice #ECD374
Tints of Wild Rice #ECD374
RGB
CMYK
RGB Variations
Color information
#ECD374 (or 0xECD374) is known color: Wild Rice. HEX triplet: EC, D3 and 74. RGB value is (236,211,116). Sum of RGB (Red+Green+Blue) = 236+211+116=563 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.92% from 563); Green value is 211 (82.81% from 255 or 37.48% from 563); Blue value is 116 (45.70% from 255 or 20.60% from 563); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD374 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD374 is #132C8B. Grayscale: #D0D0D0. Windows color (decimal): -1256588 or 7656428. OLE color: 7656428.
HSL color Cylindrical-coordinate representation of color #ECD374: hue angle of 47.5º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ECD374 is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 211 | 116 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.07 |
| HSL | 47.5º | 0.76% | 0.69% | - |
| HSV(B) | 47.5º | 0.51% | 0.93% | - |
| XYZ | 61.04 | 65.68 | 25.98 | - |
| YUV | 207.65 | 76.28 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 211 | 116 | 0 | 0.11 | 0.51 | 0.07 | 47.5 | 0.76 | 0.69 |
| Hex | EC | D3 | 74 | 0 | B | 33 | 7 | 30 | 4C | 45 |
| Octal | 354 | 323 | 164 | 0 | 13 | 63 | 7 | 60 | 114 | 105 |
| Binary | 11101100 | 11010011 | 1110100 | 0 | 1011 | 110011 | 111 | 110000 | 1001100 | 1000101 |
Color Harmonies of #ECD374
Complementary color
Monochromatic Colors of #ECD374
Black with #ECD374
Text Example
Text Example
White with #ECD374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD374; }
p { color: rgb(236,211,116); }
H1.HeaderClassName
{
color: #ECD374;
}
.AnyTagClassName
{
color: #ECD374;
}
</style>
background-color css
<style>
a { background-color: #ECD374; }
a { background-color: rgb(236,211,116); }
div.DivClassName
{
background-color: #ECD374;
}
.BgClassName
{
background-color: #ECD374;
}
</style>
border-color css
<style>
span { border-color: #ECD374; }
span { border-color: rgb(236,211,116); }
td.TdClassName
{
border-color: #ECD374;
}
.TagClassName
{
border-color: #ECD374;
}
</style>