Shades of Texas #ECF083
Tints of Texas #ECF083
RGB
CMYK
RGB Variations
Color information
#ECF083 (or 0xECF083) is known color: Texas. HEX triplet: EC, F0 and 83. RGB value is (236,240,131). Sum of RGB (Red+Green+Blue) = 236+240+131=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 240 (94.14% from 255 or 39.54% from 607); Blue value is 131 (51.56% from 255 or 21.58% from 607); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF083 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF083 is #130F7C. Grayscale: #E2E2E2. Windows color (decimal): -1249149 or 8646892. OLE color: 8646892.
HSL color Cylindrical-coordinate representation of color #ECF083: hue angle of 62.2º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ECF083 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 240 | 131 | - |
| CMYK | 0.02 | 0 | 0.45 | 0.06 |
| HSL | 62.2º | 0.78% | 0.73% | - |
| HSV(B) | 62.2º | 0.45% | 0.94% | - |
| XYZ | 69.85 | 81.79 | 33.58 | - |
| YUV | 226.38 | 74.17 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 240 | 131 | 0.02 | 0 | 0.45 | 0.06 | 62.2 | 0.78 | 0.73 |
| Hex | EC | F0 | 83 | 2 | 0 | 2D | 6 | 3E | 4E | 49 |
| Octal | 354 | 360 | 203 | 2 | 0 | 55 | 6 | 76 | 116 | 111 |
| Binary | 11101100 | 11110000 | 10000011 | 10 | 0 | 101101 | 110 | 111110 | 1001110 | 1001001 |
Color Harmonies of #ECF083
Complementary color
Monochromatic Colors of #ECF083
Black with #ECF083
Text Example
Text Example
White with #ECF083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF083; }
p { color: rgb(236,240,131); }
H1.HeaderClassName
{
color: #ECF083;
}
.AnyTagClassName
{
color: #ECF083;
}
</style>
background-color css
<style>
a { background-color: #ECF083; }
a { background-color: rgb(236,240,131); }
div.DivClassName
{
background-color: #ECF083;
}
.BgClassName
{
background-color: #ECF083;
}
</style>
border-color css
<style>
span { border-color: #ECF083; }
span { border-color: rgb(236,240,131); }
td.TdClassName
{
border-color: #ECF083;
}
.TagClassName
{
border-color: #ECF083;
}
</style>