Shades of Texas #ECEF7A
Tints of Texas #ECEF7A
RGB
CMYK
RGB Variations
Color information
#ECEF7A (or 0xECEF7A) is known color: Texas. HEX triplet: EC, EF and 7A. RGB value is (236,239,122). Sum of RGB (Red+Green+Blue) = 236+239+122=597 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.53% from 597); Green value is 239 (93.75% from 255 or 40.03% from 597); Blue value is 122 (48.05% from 255 or 20.44% from 597); Max value from RGB is 239 - color contains mainly: green. Hex color #ECEF7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECEF7A is #131085. Grayscale: #E1E1E1. Windows color (decimal): -1249414 or 8056812. OLE color: 8056812.
HSL color Cylindrical-coordinate representation of color #ECEF7A: hue angle of 61.54º degrees, saturation: 0.79, 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 #ECEF7A is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 239 | 122 | - |
| CMYK | 0.01 | 0 | 0.49 | 0.06 |
| HSL | 61.54º | 0.79% | 0.71% | - |
| HSV(B) | 61.54º | 0.49% | 0.94% | - |
| XYZ | 68.97 | 80.97 | 30.41 | - |
| YUV | 224.77 | 70.01 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 239 | 122 | 0.01 | 0 | 0.49 | 0.06 | 61.54 | 0.79 | 0.71 |
| Hex | EC | EF | 7A | 1 | 0 | 31 | 6 | 3E | 4F | 47 |
| Octal | 354 | 357 | 172 | 1 | 0 | 61 | 6 | 76 | 117 | 107 |
| Binary | 11101100 | 11101111 | 1111010 | 1 | 0 | 110001 | 110 | 111110 | 1001111 | 1000111 |
Color Harmonies of #ECEF7A
Complementary color
Monochromatic Colors of #ECEF7A
Black with #ECEF7A
Text Example
Text Example
White with #ECEF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEF7A; }
p { color: rgb(236,239,122); }
H1.HeaderClassName
{
color: #ECEF7A;
}
.AnyTagClassName
{
color: #ECEF7A;
}
</style>
background-color css
<style>
a { background-color: #ECEF7A; }
a { background-color: rgb(236,239,122); }
div.DivClassName
{
background-color: #ECEF7A;
}
.BgClassName
{
background-color: #ECEF7A;
}
</style>
border-color css
<style>
span { border-color: #ECEF7A; }
span { border-color: rgb(236,239,122); }
td.TdClassName
{
border-color: #ECEF7A;
}
.TagClassName
{
border-color: #ECEF7A;
}
</style>