Shades of Texas #ECE872
Tints of Texas #ECE872
RGB
CMYK
RGB Variations
Color information
#ECE872 (or 0xECE872) is known color: Texas. HEX triplet: EC, E8 and 72. RGB value is (236,232,114). Sum of RGB (Red+Green+Blue) = 236+232+114=582 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.55% from 582); Green value is 232 (91.02% from 255 or 39.86% from 582); Blue value is 114 (44.92% from 255 or 19.59% from 582); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE872 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECE872 is #13178D. Grayscale: #DCDCDC. Windows color (decimal): -1251214 or 7530732. OLE color: 7530732.
HSL color Cylindrical-coordinate representation of color #ECE872: hue angle of 58.03º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ECE872 is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 232 | 114 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.07 |
| HSL | 58.03º | 0.76% | 0.69% | - |
| HSV(B) | 58.03º | 0.52% | 0.93% | - |
| XYZ | 66.49 | 76.76 | 27.23 | - |
| YUV | 219.74 | 68.33 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 232 | 114 | 0 | 0.02 | 0.52 | 0.07 | 58.03 | 0.76 | 0.69 |
| Hex | EC | E8 | 72 | 0 | 2 | 34 | 7 | 3A | 4C | 45 |
| Octal | 354 | 350 | 162 | 0 | 2 | 64 | 7 | 72 | 114 | 105 |
| Binary | 11101100 | 11101000 | 1110010 | 0 | 10 | 110100 | 111 | 111010 | 1001100 | 1000101 |
Color Harmonies of #ECE872
Complementary color
Monochromatic Colors of #ECE872
Black with #ECE872
Text Example
Text Example
White with #ECE872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE872; }
p { color: rgb(236,232,114); }
H1.HeaderClassName
{
color: #ECE872;
}
.AnyTagClassName
{
color: #ECE872;
}
</style>
background-color css
<style>
a { background-color: #ECE872; }
a { background-color: rgb(236,232,114); }
div.DivClassName
{
background-color: #ECE872;
}
.BgClassName
{
background-color: #ECE872;
}
</style>
border-color css
<style>
span { border-color: #ECE872; }
span { border-color: rgb(236,232,114); }
td.TdClassName
{
border-color: #ECE872;
}
.TagClassName
{
border-color: #ECE872;
}
</style>