Shades of Wild Rice #ECDD6B
Tints of Wild Rice #ECDD6B
RGB
CMYK
RGB Variations
Color information
#ECDD6B (or 0xECDD6B) is known color: Wild Rice. HEX triplet: EC, DD and 6B. RGB value is (236,221,107). Sum of RGB (Red+Green+Blue) = 236+221+107=564 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.84% from 564); Green value is 221 (86.72% from 255 or 39.18% from 564); Blue value is 107 (42.19% from 255 or 18.97% from 564); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDD6B is #132294. Grayscale: #D4D4D4. Windows color (decimal): -1254037 or 7069164. OLE color: 7069164.
HSL color Cylindrical-coordinate representation of color #ECDD6B: hue angle of 53.02º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ECDD6B is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 221 | 107 | - |
| CMYK | 0 | 0.06 | 0.55 | 0.07 |
| HSL | 53.02º | 0.77% | 0.67% | - |
| HSV(B) | 53.02º | 0.55% | 0.93% | - |
| XYZ | 63.1 | 70.61 | 24.21 | - |
| YUV | 212.49 | 68.47 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 221 | 107 | 0 | 0.06 | 0.55 | 0.07 | 53.02 | 0.77 | 0.67 |
| Hex | EC | DD | 6B | 0 | 6 | 37 | 7 | 35 | 4D | 43 |
| Octal | 354 | 335 | 153 | 0 | 6 | 67 | 7 | 65 | 115 | 103 |
| Binary | 11101100 | 11011101 | 1101011 | 0 | 110 | 110111 | 111 | 110101 | 1001101 | 1000011 |
Color Harmonies of #ECDD6B
Complementary color
Monochromatic Colors of #ECDD6B
Black with #ECDD6B
Text Example
Text Example
White with #ECDD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDD6B; }
p { color: rgb(236,221,107); }
H1.HeaderClassName
{
color: #ECDD6B;
}
.AnyTagClassName
{
color: #ECDD6B;
}
</style>
background-color css
<style>
a { background-color: #ECDD6B; }
a { background-color: rgb(236,221,107); }
div.DivClassName
{
background-color: #ECDD6B;
}
.BgClassName
{
background-color: #ECDD6B;
}
</style>
border-color css
<style>
span { border-color: #ECDD6B; }
span { border-color: rgb(236,221,107); }
td.TdClassName
{
border-color: #ECDD6B;
}
.TagClassName
{
border-color: #ECDD6B;
}
</style>