Shades of Texas #ECF380
Tints of Texas #ECF380
RGB
CMYK
RGB Variations
Color information
#ECF380 (or 0xECF380) is known color: Texas. HEX triplet: EC, F3 and 80. RGB value is (236,243,128). Sum of RGB (Red+Green+Blue) = 236+243+128=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 243 (95.31% from 255 or 40.03% from 607); Blue value is 128 (50.39% from 255 or 21.09% from 607); Max value from RGB is 243 - color contains mainly: green. Hex color #ECF380 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF380 is #130C7F. Grayscale: #E4E4E4. Windows color (decimal): -1248384 or 8451052. OLE color: 8451052.
HSL color Cylindrical-coordinate representation of color #ECF380: hue angle of 63.65º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ECF380 is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 243 | 128 | - |
| CMYK | 0.03 | 0 | 0.47 | 0.05 |
| HSL | 63.65º | 0.83% | 0.73% | - |
| HSV(B) | 63.65º | 0.47% | 0.95% | - |
| XYZ | 70.54 | 83.49 | 32.82 | - |
| YUV | 227.8 | 71.68 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 243 | 128 | 0.03 | 0 | 0.47 | 0.05 | 63.65 | 0.83 | 0.73 |
| Hex | EC | F3 | 80 | 3 | 0 | 2F | 5 | 40 | 53 | 49 |
| Octal | 354 | 363 | 200 | 3 | 0 | 57 | 5 | 100 | 123 | 111 |
| Binary | 11101100 | 11110011 | 10000000 | 11 | 0 | 101111 | 101 | 1000000 | 1010011 | 1001001 |
Color Harmonies of #ECF380
Complementary color
Monochromatic Colors of #ECF380
Black with #ECF380
Text Example
Text Example
White with #ECF380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF380; }
p { color: rgb(236,243,128); }
H1.HeaderClassName
{
color: #ECF380;
}
.AnyTagClassName
{
color: #ECF380;
}
</style>
background-color css
<style>
a { background-color: #ECF380; }
a { background-color: rgb(236,243,128); }
div.DivClassName
{
background-color: #ECF380;
}
.BgClassName
{
background-color: #ECF380;
}
</style>
border-color css
<style>
span { border-color: #ECF380; }
span { border-color: rgb(236,243,128); }
td.TdClassName
{
border-color: #ECF380;
}
.TagClassName
{
border-color: #ECF380;
}
</style>