Shades of Texas #ECE57C
Tints of Texas #ECE57C
RGB
CMYK
RGB Variations
Color information
#ECE57C (or 0xECE57C) is known color: Texas. HEX triplet: EC, E5 and 7C. RGB value is (236,229,124). Sum of RGB (Red+Green+Blue) = 236+229+124=589 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40.07% from 589); Green value is 229 (89.84% from 255 or 38.88% from 589); Blue value is 124 (48.83% from 255 or 21.05% from 589); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE57C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE57C is #131A83. Grayscale: #DBDBDB. Windows color (decimal): -1251972 or 8185324. OLE color: 8185324.
HSL color Cylindrical-coordinate representation of color #ECE57C: hue angle of 56.25º degrees, saturation: 0.75, 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 #ECE57C is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 229 | 124 | - |
| CMYK | 0 | 0.03 | 0.47 | 0.07 |
| HSL | 56.25º | 0.75% | 0.71% | - |
| HSV(B) | 56.25º | 0.47% | 0.93% | - |
| XYZ | 66.25 | 75.33 | 30.12 | - |
| YUV | 219.12 | 74.32 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 229 | 124 | 0 | 0.03 | 0.47 | 0.07 | 56.25 | 0.75 | 0.71 |
| Hex | EC | E5 | 7C | 0 | 3 | 2F | 7 | 38 | 4B | 47 |
| Octal | 354 | 345 | 174 | 0 | 3 | 57 | 7 | 70 | 113 | 107 |
| Binary | 11101100 | 11100101 | 1111100 | 0 | 11 | 101111 | 111 | 111000 | 1001011 | 1000111 |
Color Harmonies of #ECE57C
Complementary color
Monochromatic Colors of #ECE57C
Black with #ECE57C
Text Example
Text Example
White with #ECE57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE57C; }
p { color: rgb(236,229,124); }
H1.HeaderClassName
{
color: #ECE57C;
}
.AnyTagClassName
{
color: #ECE57C;
}
</style>
background-color css
<style>
a { background-color: #ECE57C; }
a { background-color: rgb(236,229,124); }
div.DivClassName
{
background-color: #ECE57C;
}
.BgClassName
{
background-color: #ECE57C;
}
</style>
border-color css
<style>
span { border-color: #ECE57C; }
span { border-color: rgb(236,229,124); }
td.TdClassName
{
border-color: #ECE57C;
}
.TagClassName
{
border-color: #ECE57C;
}
</style>