Shades of Texas #ECF37D
Tints of Texas #ECF37D
RGB
CMYK
RGB Variations
Color information
#ECF37D (or 0xECF37D) is known color: Texas. HEX triplet: EC, F3 and 7D. RGB value is (236,243,125). Sum of RGB (Red+Green+Blue) = 236+243+125=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 243 (95.31% from 255 or 40.23% from 604); Blue value is 125 (49.22% from 255 or 20.70% from 604); Max value from RGB is 243 - color contains mainly: green. Hex color #ECF37D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECF37D is #130C82. Grayscale: #E3E3E3. Windows color (decimal): -1248387 or 8254444. OLE color: 8254444.
HSL color Cylindrical-coordinate representation of color #ECF37D: hue angle of 63.56º degrees, saturation: 0.83, 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 #ECF37D is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 243 | 125 | - |
| CMYK | 0.03 | 0 | 0.49 | 0.05 |
| HSL | 63.56º | 0.83% | 0.72% | - |
| HSV(B) | 63.56º | 0.49% | 0.95% | - |
| XYZ | 70.34 | 83.41 | 31.8 | - |
| YUV | 227.46 | 70.18 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 243 | 125 | 0.03 | 0 | 0.49 | 0.05 | 63.56 | 0.83 | 0.72 |
| Hex | EC | F3 | 7D | 3 | 0 | 31 | 5 | 40 | 53 | 48 |
| Octal | 354 | 363 | 175 | 3 | 0 | 61 | 5 | 100 | 123 | 110 |
| Binary | 11101100 | 11110011 | 1111101 | 11 | 0 | 110001 | 101 | 1000000 | 1010011 | 1001000 |
Color Harmonies of #ECF37D
Complementary color
Monochromatic Colors of #ECF37D
Black with #ECF37D
Text Example
Text Example
White with #ECF37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF37D; }
p { color: rgb(236,243,125); }
H1.HeaderClassName
{
color: #ECF37D;
}
.AnyTagClassName
{
color: #ECF37D;
}
</style>
background-color css
<style>
a { background-color: #ECF37D; }
a { background-color: rgb(236,243,125); }
div.DivClassName
{
background-color: #ECF37D;
}
.BgClassName
{
background-color: #ECF37D;
}
</style>
border-color css
<style>
span { border-color: #ECF37D; }
span { border-color: rgb(236,243,125); }
td.TdClassName
{
border-color: #ECF37D;
}
.TagClassName
{
border-color: #ECF37D;
}
</style>