Shades of Texas #ECE672
Tints of Texas #ECE672
RGB
CMYK
RGB Variations
Color information
#ECE672 (or 0xECE672) is known color: Texas. HEX triplet: EC, E6 and 72. RGB value is (236,230,114). Sum of RGB (Red+Green+Blue) = 236+230+114=580 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.69% from 580); Green value is 230 (90.23% from 255 or 39.66% from 580); Blue value is 114 (44.92% from 255 or 19.66% from 580); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE672 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECE672 is #13198D. Grayscale: #DBDBDB. Windows color (decimal): -1251726 or 7530220. OLE color: 7530220.
HSL color Cylindrical-coordinate representation of color #ECE672: hue angle of 57.05º 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 #ECE672 is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 230 | 114 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.07 |
| HSL | 57.05º | 0.76% | 0.69% | - |
| HSV(B) | 57.05º | 0.52% | 0.93% | - |
| XYZ | 65.93 | 75.64 | 27.05 | - |
| YUV | 218.57 | 68.99 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 230 | 114 | 0 | 0.03 | 0.52 | 0.07 | 57.05 | 0.76 | 0.69 |
| Hex | EC | E6 | 72 | 0 | 3 | 34 | 7 | 39 | 4C | 45 |
| Octal | 354 | 346 | 162 | 0 | 3 | 64 | 7 | 71 | 114 | 105 |
| Binary | 11101100 | 11100110 | 1110010 | 0 | 11 | 110100 | 111 | 111001 | 1001100 | 1000101 |
Color Harmonies of #ECE672
Complementary color
Monochromatic Colors of #ECE672
Black with #ECE672
Text Example
Text Example
White with #ECE672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE672; }
p { color: rgb(236,230,114); }
H1.HeaderClassName
{
color: #ECE672;
}
.AnyTagClassName
{
color: #ECE672;
}
</style>
background-color css
<style>
a { background-color: #ECE672; }
a { background-color: rgb(236,230,114); }
div.DivClassName
{
background-color: #ECE672;
}
.BgClassName
{
background-color: #ECE672;
}
</style>
border-color css
<style>
span { border-color: #ECE672; }
span { border-color: rgb(236,230,114); }
td.TdClassName
{
border-color: #ECE672;
}
.TagClassName
{
border-color: #ECE672;
}
</style>