Shades of Texas #ECE57D
Tints of Texas #ECE57D
RGB
CMYK
RGB Variations
Color information
#ECE57D (or 0xECE57D) is known color: Texas. HEX triplet: EC, E5 and 7D. RGB value is (236,229,125). Sum of RGB (Red+Green+Blue) = 236+229+125=590 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40% from 590); Green value is 229 (89.84% from 255 or 38.81% from 590); Blue value is 125 (49.22% from 255 or 21.19% from 590); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE57D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE57D is #131A82. Grayscale: #DBDBDB. Windows color (decimal): -1251971 or 8250860. OLE color: 8250860.
HSL color Cylindrical-coordinate representation of color #ECE57D: hue angle of 56.22º 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 #ECE57D is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 229 | 125 | - |
| CMYK | 0 | 0.03 | 0.47 | 0.07 |
| HSL | 56.22º | 0.74% | 0.71% | - |
| HSV(B) | 56.22º | 0.47% | 0.93% | - |
| XYZ | 66.31 | 75.35 | 30.45 | - |
| YUV | 219.24 | 74.82 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 229 | 125 | 0 | 0.03 | 0.47 | 0.07 | 56.22 | 0.74 | 0.71 |
| Hex | EC | E5 | 7D | 0 | 3 | 2F | 7 | 38 | 4A | 47 |
| Octal | 354 | 345 | 175 | 0 | 3 | 57 | 7 | 70 | 112 | 107 |
| Binary | 11101100 | 11100101 | 1111101 | 0 | 11 | 101111 | 111 | 111000 | 1001010 | 1000111 |
Color Harmonies of #ECE57D
Complementary color
Monochromatic Colors of #ECE57D
Black with #ECE57D
Text Example
Text Example
White with #ECE57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE57D; }
p { color: rgb(236,229,125); }
H1.HeaderClassName
{
color: #ECE57D;
}
.AnyTagClassName
{
color: #ECE57D;
}
</style>
background-color css
<style>
a { background-color: #ECE57D; }
a { background-color: rgb(236,229,125); }
div.DivClassName
{
background-color: #ECE57D;
}
.BgClassName
{
background-color: #ECE57D;
}
</style>
border-color css
<style>
span { border-color: #ECE57D; }
span { border-color: rgb(236,229,125); }
td.TdClassName
{
border-color: #ECE57D;
}
.TagClassName
{
border-color: #ECE57D;
}
</style>