Shades of Wild Rice #ECDE6B
Tints of Wild Rice #ECDE6B
RGB
CMYK
RGB Variations
Color information
#ECDE6B (or 0xECDE6B) is known color: Wild Rice. HEX triplet: EC, DE and 6B. RGB value is (236,222,107). Sum of RGB (Red+Green+Blue) = 236+222+107=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 222 (87.11% from 255 or 39.29% from 565); Blue value is 107 (42.19% from 255 or 18.94% from 565); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDE6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDE6B is #132194. Grayscale: #D5D5D5. Windows color (decimal): -1253781 or 7069420. OLE color: 7069420.
HSL color Cylindrical-coordinate representation of color #ECDE6B: hue angle of 53.49º 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 #ECDE6B is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 222 | 107 | - |
| CMYK | 0 | 0.06 | 0.55 | 0.07 |
| HSL | 53.49º | 0.77% | 0.67% | - |
| HSV(B) | 53.49º | 0.55% | 0.93% | - |
| XYZ | 63.37 | 71.14 | 24.3 | - |
| YUV | 213.08 | 68.14 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 222 | 107 | 0 | 0.06 | 0.55 | 0.07 | 53.49 | 0.77 | 0.67 |
| Hex | EC | DE | 6B | 0 | 6 | 37 | 7 | 35 | 4D | 43 |
| Octal | 354 | 336 | 153 | 0 | 6 | 67 | 7 | 65 | 115 | 103 |
| Binary | 11101100 | 11011110 | 1101011 | 0 | 110 | 110111 | 111 | 110101 | 1001101 | 1000011 |
Color Harmonies of #ECDE6B
Complementary color
Monochromatic Colors of #ECDE6B
Black with #ECDE6B
Text Example
Text Example
White with #ECDE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDE6B; }
p { color: rgb(236,222,107); }
H1.HeaderClassName
{
color: #ECDE6B;
}
.AnyTagClassName
{
color: #ECDE6B;
}
</style>
background-color css
<style>
a { background-color: #ECDE6B; }
a { background-color: rgb(236,222,107); }
div.DivClassName
{
background-color: #ECDE6B;
}
.BgClassName
{
background-color: #ECDE6B;
}
</style>
border-color css
<style>
span { border-color: #ECDE6B; }
span { border-color: rgb(236,222,107); }
td.TdClassName
{
border-color: #ECDE6B;
}
.TagClassName
{
border-color: #ECDE6B;
}
</style>