Shades of Texas #ECE47F
Tints of Texas #ECE47F
RGB
CMYK
RGB Variations
Color information
#ECE47F (or 0xECE47F) is known color: Texas. HEX triplet: EC, E4 and 7F. RGB value is (236,228,127). Sum of RGB (Red+Green+Blue) = 236+228+127=591 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.93% from 591); Green value is 228 (89.45% from 255 or 38.58% from 591); Blue value is 127 (50% from 255 or 21.49% from 591); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE47F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE47F is #131B80. Grayscale: #DBDBDB. Windows color (decimal): -1252225 or 8381676. OLE color: 8381676.
HSL color Cylindrical-coordinate representation of color #ECE47F: hue angle of 55.6º 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 #ECE47F is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 228 | 127 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.07 |
| HSL | 55.6º | 0.74% | 0.71% | - |
| HSV(B) | 55.6º | 0.46% | 0.93% | - |
| XYZ | 66.17 | 74.85 | 31.04 | - |
| YUV | 218.88 | 76.15 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 228 | 127 | 0 | 0.03 | 0.46 | 0.07 | 55.6 | 0.74 | 0.71 |
| Hex | EC | E4 | 7F | 0 | 3 | 2E | 7 | 38 | 4A | 47 |
| Octal | 354 | 344 | 177 | 0 | 3 | 56 | 7 | 70 | 112 | 107 |
| Binary | 11101100 | 11100100 | 1111111 | 0 | 11 | 101110 | 111 | 111000 | 1001010 | 1000111 |
Color Harmonies of #ECE47F
Complementary color
Monochromatic Colors of #ECE47F
Black with #ECE47F
Text Example
Text Example
White with #ECE47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE47F; }
p { color: rgb(236,228,127); }
H1.HeaderClassName
{
color: #ECE47F;
}
.AnyTagClassName
{
color: #ECE47F;
}
</style>
background-color css
<style>
a { background-color: #ECE47F; }
a { background-color: rgb(236,228,127); }
div.DivClassName
{
background-color: #ECE47F;
}
.BgClassName
{
background-color: #ECE47F;
}
</style>
border-color css
<style>
span { border-color: #ECE47F; }
span { border-color: rgb(236,228,127); }
td.TdClassName
{
border-color: #ECE47F;
}
.TagClassName
{
border-color: #ECE47F;
}
</style>