Shades of Wild Rice #ECD775
Tints of Wild Rice #ECD775
RGB
CMYK
RGB Variations
Color information
#ECD775 (or 0xECD775) is known color: Wild Rice. HEX triplet: EC, D7 and 75. RGB value is (236,215,117). Sum of RGB (Red+Green+Blue) = 236+215+117=568 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.55% from 568); Green value is 215 (84.38% from 255 or 37.85% from 568); Blue value is 117 (46.09% from 255 or 20.60% from 568); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD775 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD775 is #13288A. Grayscale: #D2D2D2. Windows color (decimal): -1255563 or 7722988. OLE color: 7722988.
HSL color Cylindrical-coordinate representation of color #ECD775: hue angle of 49.41º 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 #ECD775 is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 215 | 117 | - |
| CMYK | 0 | 0.09 | 0.50 | 0.07 |
| HSL | 49.41º | 0.76% | 0.69% | - |
| HSV(B) | 49.41º | 0.5% | 0.93% | - |
| XYZ | 62.1 | 67.72 | 26.63 | - |
| YUV | 210.11 | 75.46 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 215 | 117 | 0 | 0.09 | 0.50 | 0.07 | 49.41 | 0.76 | 0.69 |
| Hex | EC | D7 | 75 | 0 | 9 | 32 | 7 | 31 | 4C | 45 |
| Octal | 354 | 327 | 165 | 0 | 11 | 62 | 7 | 61 | 114 | 105 |
| Binary | 11101100 | 11010111 | 1110101 | 0 | 1001 | 110010 | 111 | 110001 | 1001100 | 1000101 |
Color Harmonies of #ECD775
Complementary color
Monochromatic Colors of #ECD775
Black with #ECD775
Text Example
Text Example
White with #ECD775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD775; }
p { color: rgb(236,215,117); }
H1.HeaderClassName
{
color: #ECD775;
}
.AnyTagClassName
{
color: #ECD775;
}
</style>
background-color css
<style>
a { background-color: #ECD775; }
a { background-color: rgb(236,215,117); }
div.DivClassName
{
background-color: #ECD775;
}
.BgClassName
{
background-color: #ECD775;
}
</style>
border-color css
<style>
span { border-color: #ECD775; }
span { border-color: rgb(236,215,117); }
td.TdClassName
{
border-color: #ECD775;
}
.TagClassName
{
border-color: #ECD775;
}
</style>