Shades of Texas #ECE47E
Tints of Texas #ECE47E
RGB
CMYK
RGB Variations
Color information
#ECE47E (or 0xECE47E) is known color: Texas. HEX triplet: EC, E4 and 7E. RGB value is (236,228,126). Sum of RGB (Red+Green+Blue) = 236+228+126=590 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40% from 590); Green value is 228 (89.45% from 255 or 38.64% from 590); Blue value is 126 (49.61% from 255 or 21.36% from 590); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE47E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE47E is #131B81. Grayscale: #DBDBDB. Windows color (decimal): -1252226 or 8316140. OLE color: 8316140.
HSL color Cylindrical-coordinate representation of color #ECE47E: hue angle of 55.64º 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 #ECE47E is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 228 | 126 | - |
| CMYK | 0 | 0.03 | 0.47 | 0.07 |
| HSL | 55.64º | 0.74% | 0.71% | - |
| HSV(B) | 55.64º | 0.47% | 0.93% | - |
| XYZ | 66.1 | 74.83 | 30.7 | - |
| YUV | 218.76 | 75.65 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 228 | 126 | 0 | 0.03 | 0.47 | 0.07 | 55.64 | 0.74 | 0.71 |
| Hex | EC | E4 | 7E | 0 | 3 | 2F | 7 | 38 | 4A | 47 |
| Octal | 354 | 344 | 176 | 0 | 3 | 57 | 7 | 70 | 112 | 107 |
| Binary | 11101100 | 11100100 | 1111110 | 0 | 11 | 101111 | 111 | 111000 | 1001010 | 1000111 |
Color Harmonies of #ECE47E
Complementary color
Monochromatic Colors of #ECE47E
Black with #ECE47E
Text Example
Text Example
White with #ECE47E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE47E; }
p { color: rgb(236,228,126); }
H1.HeaderClassName
{
color: #ECE47E;
}
.AnyTagClassName
{
color: #ECE47E;
}
</style>
background-color css
<style>
a { background-color: #ECE47E; }
a { background-color: rgb(236,228,126); }
div.DivClassName
{
background-color: #ECE47E;
}
.BgClassName
{
background-color: #ECE47E;
}
</style>
border-color css
<style>
span { border-color: #ECE47E; }
span { border-color: rgb(236,228,126); }
td.TdClassName
{
border-color: #ECE47E;
}
.TagClassName
{
border-color: #ECE47E;
}
</style>