Shades of Wild Rice #ECDF6A
Tints of Wild Rice #ECDF6A
RGB
CMYK
RGB Variations
Color information
#ECDF6A (or 0xECDF6A) is known color: Wild Rice. HEX triplet: EC, DF and 6A. RGB value is (236,223,106). Sum of RGB (Red+Green+Blue) = 236+223+106=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 223 (87.5% from 255 or 39.47% from 565); Blue value is 106 (41.80% from 255 or 18.76% from 565); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDF6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDF6A is #132095. Grayscale: #D6D6D6. Windows color (decimal): -1253526 or 7004140. OLE color: 7004140.
HSL color Cylindrical-coordinate representation of color #ECDF6A: hue angle of 54º 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 #ECDF6A is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 223 | 106 | - |
| CMYK | 0 | 0.06 | 0.55 | 0.07 |
| HSL | 54º | 0.77% | 0.67% | - |
| HSV(B) | 54º | 0.55% | 0.93% | - |
| XYZ | 63.58 | 71.65 | 24.11 | - |
| YUV | 213.55 | 67.31 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 223 | 106 | 0 | 0.06 | 0.55 | 0.07 | 54 | 0.77 | 0.67 |
| Hex | EC | DF | 6A | 0 | 6 | 37 | 7 | 36 | 4D | 43 |
| Octal | 354 | 337 | 152 | 0 | 6 | 67 | 7 | 66 | 115 | 103 |
| Binary | 11101100 | 11011111 | 1101010 | 0 | 110 | 110111 | 111 | 110110 | 1001101 | 1000011 |
Color Harmonies of #ECDF6A
Complementary color
Monochromatic Colors of #ECDF6A
Black with #ECDF6A
Text Example
Text Example
White with #ECDF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDF6A; }
p { color: rgb(236,223,106); }
H1.HeaderClassName
{
color: #ECDF6A;
}
.AnyTagClassName
{
color: #ECDF6A;
}
</style>
background-color css
<style>
a { background-color: #ECDF6A; }
a { background-color: rgb(236,223,106); }
div.DivClassName
{
background-color: #ECDF6A;
}
.BgClassName
{
background-color: #ECDF6A;
}
</style>
border-color css
<style>
span { border-color: #ECDF6A; }
span { border-color: rgb(236,223,106); }
td.TdClassName
{
border-color: #ECDF6A;
}
.TagClassName
{
border-color: #ECDF6A;
}
</style>