Shades of Texas #ECF47F
Tints of Texas #ECF47F
RGB
CMYK
RGB Variations
Color information
#ECF47F (or 0xECF47F) is known color: Texas. HEX triplet: EC, F4 and 7F. RGB value is (236,244,127). Sum of RGB (Red+Green+Blue) = 236+244+127=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 244 (95.70% from 255 or 40.20% from 607); Blue value is 127 (50% from 255 or 20.92% from 607); Max value from RGB is 244 - color contains mainly: green. Hex color #ECF47F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECF47F is #130B80. Grayscale: #E4E4E4. Windows color (decimal): -1248129 or 8385772. OLE color: 8385772.
HSL color Cylindrical-coordinate representation of color #ECF47F: hue angle of 64.1º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ECF47F is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 244 | 127 | - |
| CMYK | 0.03 | 0 | 0.48 | 0.04 |
| HSL | 64.1º | 0.84% | 0.73% | - |
| HSV(B) | 64.1º | 0.48% | 0.96% | - |
| XYZ | 70.77 | 84.07 | 32.57 | - |
| YUV | 228.27 | 70.85 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 244 | 127 | 0.03 | 0 | 0.48 | 0.04 | 64.1 | 0.84 | 0.73 |
| Hex | EC | F4 | 7F | 3 | 0 | 30 | 4 | 40 | 54 | 49 |
| Octal | 354 | 364 | 177 | 3 | 0 | 60 | 4 | 100 | 124 | 111 |
| Binary | 11101100 | 11110100 | 1111111 | 11 | 0 | 110000 | 100 | 1000000 | 1010100 | 1001001 |
Color Harmonies of #ECF47F
Complementary color
Monochromatic Colors of #ECF47F
Black with #ECF47F
Text Example
Text Example
White with #ECF47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF47F; }
p { color: rgb(236,244,127); }
H1.HeaderClassName
{
color: #ECF47F;
}
.AnyTagClassName
{
color: #ECF47F;
}
</style>
background-color css
<style>
a { background-color: #ECF47F; }
a { background-color: rgb(236,244,127); }
div.DivClassName
{
background-color: #ECF47F;
}
.BgClassName
{
background-color: #ECF47F;
}
</style>
border-color css
<style>
span { border-color: #ECF47F; }
span { border-color: rgb(236,244,127); }
td.TdClassName
{
border-color: #ECF47F;
}
.TagClassName
{
border-color: #ECF47F;
}
</style>