Shades of Texas #ECEF84
Tints of Texas #ECEF84
RGB
CMYK
RGB Variations
Color information
#ECEF84 (or 0xECEF84) is known color: Texas. HEX triplet: EC, EF and 84. RGB value is (236,239,132). Sum of RGB (Red+Green+Blue) = 236+239+132=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 239 (93.75% from 255 or 39.37% from 607); Blue value is 132 (51.95% from 255 or 21.75% from 607); Max value from RGB is 239 - color contains mainly: green. Hex color #ECEF84 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEF84 is #13107B. Grayscale: #E2E2E2. Windows color (decimal): -1249404 or 8712172. OLE color: 8712172.
HSL color Cylindrical-coordinate representation of color #ECEF84: hue angle of 61.68º degrees, saturation: 0.77, 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 #ECEF84 is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 239 | 132 | - |
| CMYK | 0.01 | 0 | 0.45 | 0.06 |
| HSL | 61.68º | 0.77% | 0.73% | - |
| HSV(B) | 61.68º | 0.45% | 0.94% | - |
| XYZ | 69.62 | 81.23 | 33.84 | - |
| YUV | 225.91 | 75.01 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 239 | 132 | 0.01 | 0 | 0.45 | 0.06 | 61.68 | 0.77 | 0.73 |
| Hex | EC | EF | 84 | 1 | 0 | 2D | 6 | 3E | 4D | 49 |
| Octal | 354 | 357 | 204 | 1 | 0 | 55 | 6 | 76 | 115 | 111 |
| Binary | 11101100 | 11101111 | 10000100 | 1 | 0 | 101101 | 110 | 111110 | 1001101 | 1001001 |
Color Harmonies of #ECEF84
Complementary color
Monochromatic Colors of #ECEF84
Black with #ECEF84
Text Example
Text Example
White with #ECEF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEF84; }
p { color: rgb(236,239,132); }
H1.HeaderClassName
{
color: #ECEF84;
}
.AnyTagClassName
{
color: #ECEF84;
}
</style>
background-color css
<style>
a { background-color: #ECEF84; }
a { background-color: rgb(236,239,132); }
div.DivClassName
{
background-color: #ECEF84;
}
.BgClassName
{
background-color: #ECEF84;
}
</style>
border-color css
<style>
span { border-color: #ECEF84; }
span { border-color: rgb(236,239,132); }
td.TdClassName
{
border-color: #ECEF84;
}
.TagClassName
{
border-color: #ECEF84;
}
</style>