Shades of Texas #ECE27C
Tints of Texas #ECE27C
RGB
CMYK
RGB Variations
Color information
#ECE27C (or 0xECE27C) is known color: Texas. HEX triplet: EC, E2 and 7C. RGB value is (236,226,124). Sum of RGB (Red+Green+Blue) = 236+226+124=586 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.27% from 586); Green value is 226 (88.67% from 255 or 38.57% from 586); Blue value is 124 (48.83% from 255 or 21.16% from 586); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE27C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE27C is #131D83. Grayscale: #D9D9D9. Windows color (decimal): -1252740 or 8184556. OLE color: 8184556.
HSL color Cylindrical-coordinate representation of color #ECE27C: hue angle of 54.64º 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 #ECE27C is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 226 | 124 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.07 |
| HSL | 54.64º | 0.75% | 0.71% | - |
| HSV(B) | 54.64º | 0.47% | 0.93% | - |
| XYZ | 65.43 | 73.68 | 29.84 | - |
| YUV | 217.36 | 75.31 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 226 | 124 | 0 | 0.04 | 0.47 | 0.07 | 54.64 | 0.75 | 0.71 |
| Hex | EC | E2 | 7C | 0 | 4 | 2F | 7 | 37 | 4B | 47 |
| Octal | 354 | 342 | 174 | 0 | 4 | 57 | 7 | 67 | 113 | 107 |
| Binary | 11101100 | 11100010 | 1111100 | 0 | 100 | 101111 | 111 | 110111 | 1001011 | 1000111 |
Color Harmonies of #ECE27C
Complementary color
Monochromatic Colors of #ECE27C
Black with #ECE27C
Text Example
Text Example
White with #ECE27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE27C; }
p { color: rgb(236,226,124); }
H1.HeaderClassName
{
color: #ECE27C;
}
.AnyTagClassName
{
color: #ECE27C;
}
</style>
background-color css
<style>
a { background-color: #ECE27C; }
a { background-color: rgb(236,226,124); }
div.DivClassName
{
background-color: #ECE27C;
}
.BgClassName
{
background-color: #ECE27C;
}
</style>
border-color css
<style>
span { border-color: #ECE27C; }
span { border-color: rgb(236,226,124); }
td.TdClassName
{
border-color: #ECE27C;
}
.TagClassName
{
border-color: #ECE27C;
}
</style>