Shades of Texas #ECF27C
Tints of Texas #ECF27C
RGB
CMYK
RGB Variations
Color information
#ECF27C (or 0xECF27C) is known color: Texas. HEX triplet: EC, F2 and 7C. RGB value is (236,242,124). Sum of RGB (Red+Green+Blue) = 236+242+124=602 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.20% from 602); Green value is 242 (94.92% from 255 or 40.20% from 602); Blue value is 124 (48.83% from 255 or 20.60% from 602); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF27C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECF27C is #130D83. Grayscale: #E3E3E3. Windows color (decimal): -1248644 or 8188652. OLE color: 8188652.
HSL color Cylindrical-coordinate representation of color #ECF27C: hue angle of 63.05º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ECF27C is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 242 | 124 | - |
| CMYK | 0.02 | 0 | 0.49 | 0.05 |
| HSL | 63.05º | 0.82% | 0.72% | - |
| HSV(B) | 63.05º | 0.49% | 0.95% | - |
| XYZ | 69.98 | 82.79 | 31.36 | - |
| YUV | 226.75 | 70.01 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 242 | 124 | 0.02 | 0 | 0.49 | 0.05 | 63.05 | 0.82 | 0.72 |
| Hex | EC | F2 | 7C | 2 | 0 | 31 | 5 | 3F | 52 | 48 |
| Octal | 354 | 362 | 174 | 2 | 0 | 61 | 5 | 77 | 122 | 110 |
| Binary | 11101100 | 11110010 | 1111100 | 10 | 0 | 110001 | 101 | 111111 | 1010010 | 1001000 |
Color Harmonies of #ECF27C
Complementary color
Monochromatic Colors of #ECF27C
Black with #ECF27C
Text Example
Text Example
White with #ECF27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF27C; }
p { color: rgb(236,242,124); }
H1.HeaderClassName
{
color: #ECF27C;
}
.AnyTagClassName
{
color: #ECF27C;
}
</style>
background-color css
<style>
a { background-color: #ECF27C; }
a { background-color: rgb(236,242,124); }
div.DivClassName
{
background-color: #ECF27C;
}
.BgClassName
{
background-color: #ECF27C;
}
</style>
border-color css
<style>
span { border-color: #ECF27C; }
span { border-color: rgb(236,242,124); }
td.TdClassName
{
border-color: #ECF27C;
}
.TagClassName
{
border-color: #ECF27C;
}
</style>