Shades of Wild Rice #ECE06D
Tints of Wild Rice #ECE06D
RGB
CMYK
RGB Variations
Color information
#ECE06D (or 0xECE06D) is known color: Wild Rice. HEX triplet: EC, E0 and 6D. RGB value is (236,224,109). Sum of RGB (Red+Green+Blue) = 236+224+109=569 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.48% from 569); Green value is 224 (87.89% from 255 or 39.37% from 569); Blue value is 109 (42.97% from 255 or 19.16% from 569); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE06D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE06D is #131F92. Grayscale: #D6D6D6. Windows color (decimal): -1253267 or 7201004. OLE color: 7201004.
HSL color Cylindrical-coordinate representation of color #ECE06D: hue angle of 54.33º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ECE06D is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 224 | 109 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.07 |
| HSL | 54.33º | 0.77% | 0.68% | - |
| HSV(B) | 54.33º | 0.54% | 0.93% | - |
| XYZ | 64.01 | 72.25 | 25.04 | - |
| YUV | 214.48 | 68.48 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 224 | 109 | 0 | 0.05 | 0.54 | 0.07 | 54.33 | 0.77 | 0.68 |
| Hex | EC | E0 | 6D | 0 | 5 | 36 | 7 | 36 | 4D | 44 |
| Octal | 354 | 340 | 155 | 0 | 5 | 66 | 7 | 66 | 115 | 104 |
| Binary | 11101100 | 11100000 | 1101101 | 0 | 101 | 110110 | 111 | 110110 | 1001101 | 1000100 |
Color Harmonies of #ECE06D
Complementary color
Monochromatic Colors of #ECE06D
Black with #ECE06D
Text Example
Text Example
White with #ECE06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE06D; }
p { color: rgb(236,224,109); }
H1.HeaderClassName
{
color: #ECE06D;
}
.AnyTagClassName
{
color: #ECE06D;
}
</style>
background-color css
<style>
a { background-color: #ECE06D; }
a { background-color: rgb(236,224,109); }
div.DivClassName
{
background-color: #ECE06D;
}
.BgClassName
{
background-color: #ECE06D;
}
</style>
border-color css
<style>
span { border-color: #ECE06D; }
span { border-color: rgb(236,224,109); }
td.TdClassName
{
border-color: #ECE06D;
}
.TagClassName
{
border-color: #ECE06D;
}
</style>