Shades of Texas #ECE37E
Tints of Texas #ECE37E
RGB
CMYK
RGB Variations
Color information
#ECE37E (or 0xECE37E) is known color: Texas. HEX triplet: EC, E3 and 7E. RGB value is (236,227,126). Sum of RGB (Red+Green+Blue) = 236+227+126=589 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40.07% from 589); Green value is 227 (89.06% from 255 or 38.54% from 589); Blue value is 126 (49.61% from 255 or 21.39% from 589); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE37E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE37E is #131C81. Grayscale: #DADADA. Windows color (decimal): -1252482 or 8315884. OLE color: 8315884.
HSL color Cylindrical-coordinate representation of color #ECE37E: hue angle of 55.09º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ECE37E is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 227 | 126 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.07 |
| HSL | 55.09º | 0.74% | 0.71% | - |
| HSV(B) | 55.09º | 0.47% | 0.93% | - |
| XYZ | 65.83 | 74.28 | 30.61 | - |
| YUV | 218.18 | 75.98 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 227 | 126 | 0 | 0.04 | 0.47 | 0.07 | 55.09 | 0.74 | 0.71 |
| Hex | EC | E3 | 7E | 0 | 4 | 2F | 7 | 37 | 4A | 47 |
| Octal | 354 | 343 | 176 | 0 | 4 | 57 | 7 | 67 | 112 | 107 |
| Binary | 11101100 | 11100011 | 1111110 | 0 | 100 | 101111 | 111 | 110111 | 1001010 | 1000111 |
Color Harmonies of #ECE37E
Complementary color
Monochromatic Colors of #ECE37E
Black with #ECE37E
Text Example
Text Example
White with #ECE37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE37E; }
p { color: rgb(236,227,126); }
H1.HeaderClassName
{
color: #ECE37E;
}
.AnyTagClassName
{
color: #ECE37E;
}
</style>
background-color css
<style>
a { background-color: #ECE37E; }
a { background-color: rgb(236,227,126); }
div.DivClassName
{
background-color: #ECE37E;
}
.BgClassName
{
background-color: #ECE37E;
}
</style>
border-color css
<style>
span { border-color: #ECE37E; }
span { border-color: rgb(236,227,126); }
td.TdClassName
{
border-color: #ECE37E;
}
.TagClassName
{
border-color: #ECE37E;
}
</style>