Shades of Texas #ECF07C
Tints of Texas #ECF07C
RGB
CMYK
RGB Variations
Color information
#ECF07C (or 0xECF07C) is known color: Texas. HEX triplet: EC, F0 and 7C. RGB value is (236,240,124). Sum of RGB (Red+Green+Blue) = 236+240+124=600 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.33% from 600); Green value is 240 (94.14% from 255 or 40% from 600); Blue value is 124 (48.83% from 255 or 20.67% from 600); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF07C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECF07C is #130F83. Grayscale: #E2E2E2. Windows color (decimal): -1249156 or 8188140. OLE color: 8188140.
HSL color Cylindrical-coordinate representation of color #ECF07C: hue angle of 62.07º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ECF07C is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 240 | 124 | - |
| CMYK | 0.02 | 0 | 0.48 | 0.06 |
| HSL | 62.07º | 0.79% | 0.71% | - |
| HSV(B) | 62.07º | 0.48% | 0.94% | - |
| XYZ | 69.39 | 81.61 | 31.16 | - |
| YUV | 225.58 | 70.67 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 240 | 124 | 0.02 | 0 | 0.48 | 0.06 | 62.07 | 0.79 | 0.71 |
| Hex | EC | F0 | 7C | 2 | 0 | 30 | 6 | 3E | 4F | 47 |
| Octal | 354 | 360 | 174 | 2 | 0 | 60 | 6 | 76 | 117 | 107 |
| Binary | 11101100 | 11110000 | 1111100 | 10 | 0 | 110000 | 110 | 111110 | 1001111 | 1000111 |
Color Harmonies of #ECF07C
Complementary color
Monochromatic Colors of #ECF07C
Black with #ECF07C
Text Example
Text Example
White with #ECF07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF07C; }
p { color: rgb(236,240,124); }
H1.HeaderClassName
{
color: #ECF07C;
}
.AnyTagClassName
{
color: #ECF07C;
}
</style>
background-color css
<style>
a { background-color: #ECF07C; }
a { background-color: rgb(236,240,124); }
div.DivClassName
{
background-color: #ECF07C;
}
.BgClassName
{
background-color: #ECF07C;
}
</style>
border-color css
<style>
span { border-color: #ECF07C; }
span { border-color: rgb(236,240,124); }
td.TdClassName
{
border-color: #ECF07C;
}
.TagClassName
{
border-color: #ECF07C;
}
</style>