Shades of Wild Rice #ECD875
Tints of Wild Rice #ECD875
RGB
CMYK
RGB Variations
Color information
#ECD875 (or 0xECD875) is known color: Wild Rice. HEX triplet: EC, D8 and 75. RGB value is (236,216,117). Sum of RGB (Red+Green+Blue) = 236+216+117=569 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.48% from 569); Green value is 216 (84.77% from 255 or 37.96% from 569); Blue value is 117 (46.09% from 255 or 20.56% from 569); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD875 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD875 is #13278A. Grayscale: #D3D3D3. Windows color (decimal): -1255307 or 7723244. OLE color: 7723244.
HSL color Cylindrical-coordinate representation of color #ECD875: hue angle of 49.92º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ECD875 is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 216 | 117 | - |
| CMYK | 0 | 0.08 | 0.50 | 0.07 |
| HSL | 49.92º | 0.76% | 0.69% | - |
| HSV(B) | 49.92º | 0.5% | 0.93% | - |
| XYZ | 62.36 | 68.23 | 26.71 | - |
| YUV | 210.69 | 75.13 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 216 | 117 | 0 | 0.08 | 0.50 | 0.07 | 49.92 | 0.76 | 0.69 |
| Hex | EC | D8 | 75 | 0 | 8 | 32 | 7 | 32 | 4C | 45 |
| Octal | 354 | 330 | 165 | 0 | 10 | 62 | 7 | 62 | 114 | 105 |
| Binary | 11101100 | 11011000 | 1110101 | 0 | 1000 | 110010 | 111 | 110010 | 1001100 | 1000101 |
Color Harmonies of #ECD875
Complementary color
Monochromatic Colors of #ECD875
Black with #ECD875
Text Example
Text Example
White with #ECD875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD875; }
p { color: rgb(236,216,117); }
H1.HeaderClassName
{
color: #ECD875;
}
.AnyTagClassName
{
color: #ECD875;
}
</style>
background-color css
<style>
a { background-color: #ECD875; }
a { background-color: rgb(236,216,117); }
div.DivClassName
{
background-color: #ECD875;
}
.BgClassName
{
background-color: #ECD875;
}
</style>
border-color css
<style>
span { border-color: #ECD875; }
span { border-color: rgb(236,216,117); }
td.TdClassName
{
border-color: #ECD875;
}
.TagClassName
{
border-color: #ECD875;
}
</style>