Shades of Wild Rice #ECE06C
Tints of Wild Rice #ECE06C
RGB
CMYK
RGB Variations
Color information
#ECE06C (or 0xECE06C) is known color: Wild Rice. HEX triplet: EC, E0 and 6C. RGB value is (236,224,108). Sum of RGB (Red+Green+Blue) = 236+224+108=568 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.55% from 568); Green value is 224 (87.89% from 255 or 39.44% from 568); Blue value is 108 (42.58% from 255 or 19.01% from 568); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE06C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE06C is #131F93. Grayscale: #D6D6D6. Windows color (decimal): -1253268 or 7135468. OLE color: 7135468.
HSL color Cylindrical-coordinate representation of color #ECE06C: hue angle of 54.38º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ECE06C is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 224 | 108 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.07 |
| HSL | 54.38º | 0.77% | 0.67% | - |
| HSV(B) | 54.38º | 0.54% | 0.93% | - |
| XYZ | 63.95 | 72.23 | 24.76 | - |
| YUV | 214.36 | 67.98 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 224 | 108 | 0 | 0.05 | 0.54 | 0.07 | 54.38 | 0.77 | 0.67 |
| Hex | EC | E0 | 6C | 0 | 5 | 36 | 7 | 36 | 4D | 43 |
| Octal | 354 | 340 | 154 | 0 | 5 | 66 | 7 | 66 | 115 | 103 |
| Binary | 11101100 | 11100000 | 1101100 | 0 | 101 | 110110 | 111 | 110110 | 1001101 | 1000011 |
Color Harmonies of #ECE06C
Complementary color
Monochromatic Colors of #ECE06C
Black with #ECE06C
Text Example
Text Example
White with #ECE06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE06C; }
p { color: rgb(236,224,108); }
H1.HeaderClassName
{
color: #ECE06C;
}
.AnyTagClassName
{
color: #ECE06C;
}
</style>
background-color css
<style>
a { background-color: #ECE06C; }
a { background-color: rgb(236,224,108); }
div.DivClassName
{
background-color: #ECE06C;
}
.BgClassName
{
background-color: #ECE06C;
}
</style>
border-color css
<style>
span { border-color: #ECE06C; }
span { border-color: rgb(236,224,108); }
td.TdClassName
{
border-color: #ECE06C;
}
.TagClassName
{
border-color: #ECE06C;
}
</style>