Shades of Texas #ECF07B
Tints of Texas #ECF07B
RGB
CMYK
RGB Variations
Color information
#ECF07B (or 0xECF07B) is known color: Texas. HEX triplet: EC, F0 and 7B. RGB value is (236,240,123). Sum of RGB (Red+Green+Blue) = 236+240+123=599 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.40% from 599); Green value is 240 (94.14% from 255 or 40.07% from 599); Blue value is 123 (48.44% from 255 or 20.53% from 599); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF07B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECF07B is #130F84. Grayscale: #E1E1E1. Windows color (decimal): -1249157 or 8122604. OLE color: 8122604.
HSL color Cylindrical-coordinate representation of color #ECF07B: hue angle of 62.05º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ECF07B is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 240 | 123 | - |
| CMYK | 0.02 | 0 | 0.49 | 0.06 |
| HSL | 62.05º | 0.8% | 0.71% | - |
| HSV(B) | 62.05º | 0.49% | 0.94% | - |
| XYZ | 69.33 | 81.58 | 30.83 | - |
| YUV | 225.47 | 70.17 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 240 | 123 | 0.02 | 0 | 0.49 | 0.06 | 62.05 | 0.8 | 0.71 |
| Hex | EC | F0 | 7B | 2 | 0 | 31 | 6 | 3E | 50 | 47 |
| Octal | 354 | 360 | 173 | 2 | 0 | 61 | 6 | 76 | 120 | 107 |
| Binary | 11101100 | 11110000 | 1111011 | 10 | 0 | 110001 | 110 | 111110 | 1010000 | 1000111 |
Color Harmonies of #ECF07B
Complementary color
Monochromatic Colors of #ECF07B
Black with #ECF07B
Text Example
Text Example
White with #ECF07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF07B; }
p { color: rgb(236,240,123); }
H1.HeaderClassName
{
color: #ECF07B;
}
.AnyTagClassName
{
color: #ECF07B;
}
</style>
background-color css
<style>
a { background-color: #ECF07B; }
a { background-color: rgb(236,240,123); }
div.DivClassName
{
background-color: #ECF07B;
}
.BgClassName
{
background-color: #ECF07B;
}
</style>
border-color css
<style>
span { border-color: #ECF07B; }
span { border-color: rgb(236,240,123); }
td.TdClassName
{
border-color: #ECF07B;
}
.TagClassName
{
border-color: #ECF07B;
}
</style>