Shades of Texas #ECEA7F
Tints of Texas #ECEA7F
RGB
CMYK
RGB Variations
Color information
#ECEA7F (or 0xECEA7F) is known color: Texas. HEX triplet: EC, EA and 7F. RGB value is (236,234,127). Sum of RGB (Red+Green+Blue) = 236+234+127=597 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.53% from 597); Green value is 234 (91.80% from 255 or 39.20% from 597); Blue value is 127 (50% from 255 or 21.27% from 597); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEA7F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECEA7F is #131580. Grayscale: #DEDEDE. Windows color (decimal): -1250689 or 8383212. OLE color: 8383212.
HSL color Cylindrical-coordinate representation of color #ECEA7F: hue angle of 58.9º 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 #ECEA7F is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 234 | 127 | - |
| CMYK | 0 | 0.01 | 0.46 | 0.07 |
| HSL | 58.9º | 0.74% | 0.71% | - |
| HSV(B) | 58.9º | 0.46% | 0.93% | - |
| XYZ | 67.85 | 78.21 | 31.6 | - |
| YUV | 222.4 | 74.16 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 234 | 127 | 0 | 0.01 | 0.46 | 0.07 | 58.9 | 0.74 | 0.71 |
| Hex | EC | EA | 7F | 0 | 1 | 2E | 7 | 3B | 4A | 47 |
| Octal | 354 | 352 | 177 | 0 | 1 | 56 | 7 | 73 | 112 | 107 |
| Binary | 11101100 | 11101010 | 1111111 | 0 | 1 | 101110 | 111 | 111011 | 1001010 | 1000111 |
Color Harmonies of #ECEA7F
Complementary color
Monochromatic Colors of #ECEA7F
Black with #ECEA7F
Text Example
Text Example
White with #ECEA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEA7F; }
p { color: rgb(236,234,127); }
H1.HeaderClassName
{
color: #ECEA7F;
}
.AnyTagClassName
{
color: #ECEA7F;
}
</style>
background-color css
<style>
a { background-color: #ECEA7F; }
a { background-color: rgb(236,234,127); }
div.DivClassName
{
background-color: #ECEA7F;
}
.BgClassName
{
background-color: #ECEA7F;
}
</style>
border-color css
<style>
span { border-color: #ECEA7F; }
span { border-color: rgb(236,234,127); }
td.TdClassName
{
border-color: #ECEA7F;
}
.TagClassName
{
border-color: #ECEA7F;
}
</style>