Shades of Wild Rice #ECDD68
Tints of Wild Rice #ECDD68
RGB
CMYK
RGB Variations
Color information
#ECDD68 (or 0xECDD68) is known color: Wild Rice. HEX triplet: EC, DD and 68. RGB value is (236,221,104). Sum of RGB (Red+Green+Blue) = 236+221+104=561 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.07% from 561); Green value is 221 (86.72% from 255 or 39.39% from 561); Blue value is 104 (41.02% from 255 or 18.54% from 561); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDD68 is #132297. Grayscale: #D4D4D4. Windows color (decimal): -1254040 or 6872556. OLE color: 6872556.
HSL color Cylindrical-coordinate representation of color #ECDD68: hue angle of 53.18º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ECDD68 is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 221 | 104 | - |
| CMYK | 0 | 0.06 | 0.56 | 0.07 |
| HSL | 53.18º | 0.78% | 0.67% | - |
| HSV(B) | 53.18º | 0.56% | 0.93% | - |
| XYZ | 62.95 | 70.55 | 23.4 | - |
| YUV | 212.15 | 66.97 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 221 | 104 | 0 | 0.06 | 0.56 | 0.07 | 53.18 | 0.78 | 0.67 |
| Hex | EC | DD | 68 | 0 | 6 | 38 | 7 | 35 | 4E | 43 |
| Octal | 354 | 335 | 150 | 0 | 6 | 70 | 7 | 65 | 116 | 103 |
| Binary | 11101100 | 11011101 | 1101000 | 0 | 110 | 111000 | 111 | 110101 | 1001110 | 1000011 |
Color Harmonies of #ECDD68
Complementary color
Monochromatic Colors of #ECDD68
Black with #ECDD68
Text Example
Text Example
White with #ECDD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDD68; }
p { color: rgb(236,221,104); }
H1.HeaderClassName
{
color: #ECDD68;
}
.AnyTagClassName
{
color: #ECDD68;
}
</style>
background-color css
<style>
a { background-color: #ECDD68; }
a { background-color: rgb(236,221,104); }
div.DivClassName
{
background-color: #ECDD68;
}
.BgClassName
{
background-color: #ECDD68;
}
</style>
border-color css
<style>
span { border-color: #ECDD68; }
span { border-color: rgb(236,221,104); }
td.TdClassName
{
border-color: #ECDD68;
}
.TagClassName
{
border-color: #ECDD68;
}
</style>