Shades of Wild Rice #ECD474
Tints of Wild Rice #ECD474
RGB
CMYK
RGB Variations
Color information
#ECD474 (or 0xECD474) is known color: Wild Rice. HEX triplet: EC, D4 and 74. RGB value is (236,212,116). Sum of RGB (Red+Green+Blue) = 236+212+116=564 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.84% from 564); Green value is 212 (83.20% from 255 or 37.59% from 564); Blue value is 116 (45.70% from 255 or 20.57% from 564); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD474 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD474 is #132B8B. Grayscale: #D0D0D0. Windows color (decimal): -1256332 or 7656684. OLE color: 7656684.
HSL color Cylindrical-coordinate representation of color #ECD474: hue angle of 48º 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 #ECD474 is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 212 | 116 | - |
| CMYK | 0 | 0.10 | 0.51 | 0.07 |
| HSL | 48º | 0.76% | 0.69% | - |
| HSV(B) | 48º | 0.51% | 0.93% | - |
| XYZ | 61.29 | 66.18 | 26.07 | - |
| YUV | 208.23 | 75.95 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 212 | 116 | 0 | 0.10 | 0.51 | 0.07 | 48 | 0.76 | 0.69 |
| Hex | EC | D4 | 74 | 0 | A | 33 | 7 | 30 | 4C | 45 |
| Octal | 354 | 324 | 164 | 0 | 12 | 63 | 7 | 60 | 114 | 105 |
| Binary | 11101100 | 11010100 | 1110100 | 0 | 1010 | 110011 | 111 | 110000 | 1001100 | 1000101 |
Color Harmonies of #ECD474
Complementary color
Monochromatic Colors of #ECD474
Black with #ECD474
Text Example
Text Example
White with #ECD474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD474; }
p { color: rgb(236,212,116); }
H1.HeaderClassName
{
color: #ECD474;
}
.AnyTagClassName
{
color: #ECD474;
}
</style>
background-color css
<style>
a { background-color: #ECD474; }
a { background-color: rgb(236,212,116); }
div.DivClassName
{
background-color: #ECD474;
}
.BgClassName
{
background-color: #ECD474;
}
</style>
border-color css
<style>
span { border-color: #ECD474; }
span { border-color: rgb(236,212,116); }
td.TdClassName
{
border-color: #ECD474;
}
.TagClassName
{
border-color: #ECD474;
}
</style>