Shades of Texas #ECE17F
Tints of Texas #ECE17F
RGB
CMYK
RGB Variations
Color information
#ECE17F (or 0xECE17F) is known color: Texas. HEX triplet: EC, E1 and 7F. RGB value is (236,225,127). Sum of RGB (Red+Green+Blue) = 236+225+127=588 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.14% from 588); Green value is 225 (88.28% from 255 or 38.27% from 588); Blue value is 127 (50% from 255 or 21.60% from 588); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE17F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE17F is #131E80. Grayscale: #D9D9D9. Windows color (decimal): -1252993 or 8380908. OLE color: 8380908.
HSL color Cylindrical-coordinate representation of color #ECE17F: hue angle of 53.94º 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 #ECE17F is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 225 | 127 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.07 |
| HSL | 53.94º | 0.74% | 0.71% | - |
| HSV(B) | 53.94º | 0.46% | 0.93% | - |
| XYZ | 65.35 | 73.22 | 30.77 | - |
| YUV | 217.12 | 77.14 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 225 | 127 | 0 | 0.05 | 0.46 | 0.07 | 53.94 | 0.74 | 0.71 |
| Hex | EC | E1 | 7F | 0 | 5 | 2E | 7 | 36 | 4A | 47 |
| Octal | 354 | 341 | 177 | 0 | 5 | 56 | 7 | 66 | 112 | 107 |
| Binary | 11101100 | 11100001 | 1111111 | 0 | 101 | 101110 | 111 | 110110 | 1001010 | 1000111 |
Color Harmonies of #ECE17F
Complementary color
Monochromatic Colors of #ECE17F
Black with #ECE17F
Text Example
Text Example
White with #ECE17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE17F; }
p { color: rgb(236,225,127); }
H1.HeaderClassName
{
color: #ECE17F;
}
.AnyTagClassName
{
color: #ECE17F;
}
</style>
background-color css
<style>
a { background-color: #ECE17F; }
a { background-color: rgb(236,225,127); }
div.DivClassName
{
background-color: #ECE17F;
}
.BgClassName
{
background-color: #ECE17F;
}
</style>
border-color css
<style>
span { border-color: #ECE17F; }
span { border-color: rgb(236,225,127); }
td.TdClassName
{
border-color: #ECE17F;
}
.TagClassName
{
border-color: #ECE17F;
}
</style>