Shades of Texas #ECE57E
Tints of Texas #ECE57E
RGB
CMYK
RGB Variations
Color information
#ECE57E (or 0xECE57E) is known color: Texas. HEX triplet: EC, E5 and 7E. RGB value is (236,229,126). Sum of RGB (Red+Green+Blue) = 236+229+126=591 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.93% from 591); Green value is 229 (89.84% from 255 or 38.75% from 591); Blue value is 126 (49.61% from 255 or 21.32% from 591); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE57E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE57E is #131A81. Grayscale: #DBDBDB. Windows color (decimal): -1251970 or 8316396. OLE color: 8316396.
HSL color Cylindrical-coordinate representation of color #ECE57E: hue angle of 56.18º 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 #ECE57E is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 229 | 126 | - |
| CMYK | 0 | 0.03 | 0.47 | 0.07 |
| HSL | 56.18º | 0.74% | 0.71% | - |
| HSV(B) | 56.18º | 0.47% | 0.93% | - |
| XYZ | 66.38 | 75.38 | 30.79 | - |
| YUV | 219.35 | 75.32 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 229 | 126 | 0 | 0.03 | 0.47 | 0.07 | 56.18 | 0.74 | 0.71 |
| Hex | EC | E5 | 7E | 0 | 3 | 2F | 7 | 38 | 4A | 47 |
| Octal | 354 | 345 | 176 | 0 | 3 | 57 | 7 | 70 | 112 | 107 |
| Binary | 11101100 | 11100101 | 1111110 | 0 | 11 | 101111 | 111 | 111000 | 1001010 | 1000111 |
Color Harmonies of #ECE57E
Complementary color
Monochromatic Colors of #ECE57E
Black with #ECE57E
Text Example
Text Example
White with #ECE57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE57E; }
p { color: rgb(236,229,126); }
H1.HeaderClassName
{
color: #ECE57E;
}
.AnyTagClassName
{
color: #ECE57E;
}
</style>
background-color css
<style>
a { background-color: #ECE57E; }
a { background-color: rgb(236,229,126); }
div.DivClassName
{
background-color: #ECE57E;
}
.BgClassName
{
background-color: #ECE57E;
}
</style>
border-color css
<style>
span { border-color: #ECE57E; }
span { border-color: rgb(236,229,126); }
td.TdClassName
{
border-color: #ECE57E;
}
.TagClassName
{
border-color: #ECE57E;
}
</style>