Shades of Texas #ECE37F
Tints of Texas #ECE37F
RGB
CMYK
RGB Variations
Color information
#ECE37F (or 0xECE37F) is known color: Texas. HEX triplet: EC, E3 and 7F. RGB value is (236,227,127). Sum of RGB (Red+Green+Blue) = 236+227+127=590 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40% from 590); Green value is 227 (89.06% from 255 or 38.47% from 590); Blue value is 127 (50% from 255 or 21.53% from 590); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE37F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE37F is #131C80. Grayscale: #DADADA. Windows color (decimal): -1252481 or 8381420. OLE color: 8381420.
HSL color Cylindrical-coordinate representation of color #ECE37F: hue angle of 55.05º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ECE37F is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 227 | 127 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.07 |
| HSL | 55.05º | 0.74% | 0.71% | - |
| HSV(B) | 55.05º | 0.46% | 0.93% | - |
| XYZ | 65.89 | 74.3 | 30.95 | - |
| YUV | 218.29 | 76.48 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 227 | 127 | 0 | 0.04 | 0.46 | 0.07 | 55.05 | 0.74 | 0.71 |
| Hex | EC | E3 | 7F | 0 | 4 | 2E | 7 | 37 | 4A | 47 |
| Octal | 354 | 343 | 177 | 0 | 4 | 56 | 7 | 67 | 112 | 107 |
| Binary | 11101100 | 11100011 | 1111111 | 0 | 100 | 101110 | 111 | 110111 | 1001010 | 1000111 |
Color Harmonies of #ECE37F
Complementary color
Monochromatic Colors of #ECE37F
Black with #ECE37F
Text Example
Text Example
White with #ECE37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE37F; }
p { color: rgb(236,227,127); }
H1.HeaderClassName
{
color: #ECE37F;
}
.AnyTagClassName
{
color: #ECE37F;
}
</style>
background-color css
<style>
a { background-color: #ECE37F; }
a { background-color: rgb(236,227,127); }
div.DivClassName
{
background-color: #ECE37F;
}
.BgClassName
{
background-color: #ECE37F;
}
</style>
border-color css
<style>
span { border-color: #ECE37F; }
span { border-color: rgb(236,227,127); }
td.TdClassName
{
border-color: #ECE37F;
}
.TagClassName
{
border-color: #ECE37F;
}
</style>