Shades of Texas #ECEB7C
Tints of Texas #ECEB7C
RGB
CMYK
RGB Variations
Color information
#ECEB7C (or 0xECEB7C) is known color: Texas. HEX triplet: EC, EB and 7C. RGB value is (236,235,124). Sum of RGB (Red+Green+Blue) = 236+235+124=595 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.66% from 595); Green value is 235 (92.19% from 255 or 39.50% from 595); Blue value is 124 (48.83% from 255 or 20.84% from 595); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEB7C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECEB7C is #131483. Grayscale: #DFDFDF. Windows color (decimal): -1250436 or 8186860. OLE color: 8186860.
HSL color Cylindrical-coordinate representation of color #ECEB7C: hue angle of 59.46º 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 #ECEB7C is Cyan = 0, Magento = 0.00, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 235 | 124 | - |
| CMYK | 0 | 0.00 | 0.47 | 0.07 |
| HSL | 59.46º | 0.75% | 0.71% | - |
| HSV(B) | 59.46º | 0.47% | 0.93% | - |
| XYZ | 67.94 | 78.7 | 30.68 | - |
| YUV | 222.65 | 72.33 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 235 | 124 | 0 | 0.00 | 0.47 | 0.07 | 59.46 | 0.75 | 0.71 |
| Hex | EC | EB | 7C | 0 | 0 | 2F | 7 | 3B | 4B | 47 |
| Octal | 354 | 353 | 174 | 0 | 0 | 57 | 7 | 73 | 113 | 107 |
| Binary | 11101100 | 11101011 | 1111100 | 0 | 0 | 101111 | 111 | 111011 | 1001011 | 1000111 |
Color Harmonies of #ECEB7C
Complementary color
Monochromatic Colors of #ECEB7C
Black with #ECEB7C
Text Example
Text Example
White with #ECEB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEB7C; }
p { color: rgb(236,235,124); }
H1.HeaderClassName
{
color: #ECEB7C;
}
.AnyTagClassName
{
color: #ECEB7C;
}
</style>
background-color css
<style>
a { background-color: #ECEB7C; }
a { background-color: rgb(236,235,124); }
div.DivClassName
{
background-color: #ECEB7C;
}
.BgClassName
{
background-color: #ECEB7C;
}
</style>
border-color css
<style>
span { border-color: #ECEB7C; }
span { border-color: rgb(236,235,124); }
td.TdClassName
{
border-color: #ECEB7C;
}
.TagClassName
{
border-color: #ECEB7C;
}
</style>