Shades of Texas #ECE278
Tints of Texas #ECE278
RGB
CMYK
RGB Variations
Color information
#ECE278 (or 0xECE278) is known color: Texas. HEX triplet: EC, E2 and 78. RGB value is (236,226,120). Sum of RGB (Red+Green+Blue) = 236+226+120=582 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.55% from 582); Green value is 226 (88.67% from 255 or 38.83% from 582); Blue value is 120 (47.27% from 255 or 20.62% from 582); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE278 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE278 is #131D87. Grayscale: #D9D9D9. Windows color (decimal): -1252744 or 7922412. OLE color: 7922412.
HSL color Cylindrical-coordinate representation of color #ECE278: hue angle of 54.83º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ECE278 is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 226 | 120 | - |
| CMYK | 0 | 0.04 | 0.49 | 0.07 |
| HSL | 54.83º | 0.75% | 0.7% | - |
| HSV(B) | 54.83º | 0.49% | 0.93% | - |
| XYZ | 65.18 | 73.58 | 28.54 | - |
| YUV | 216.91 | 73.31 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 226 | 120 | 0 | 0.04 | 0.49 | 0.07 | 54.83 | 0.75 | 0.7 |
| Hex | EC | E2 | 78 | 0 | 4 | 31 | 7 | 37 | 4B | 46 |
| Octal | 354 | 342 | 170 | 0 | 4 | 61 | 7 | 67 | 113 | 106 |
| Binary | 11101100 | 11100010 | 1111000 | 0 | 100 | 110001 | 111 | 110111 | 1001011 | 1000110 |
Color Harmonies of #ECE278
Complementary color
Monochromatic Colors of #ECE278
Black with #ECE278
Text Example
Text Example
White with #ECE278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE278; }
p { color: rgb(236,226,120); }
H1.HeaderClassName
{
color: #ECE278;
}
.AnyTagClassName
{
color: #ECE278;
}
</style>
background-color css
<style>
a { background-color: #ECE278; }
a { background-color: rgb(236,226,120); }
div.DivClassName
{
background-color: #ECE278;
}
.BgClassName
{
background-color: #ECE278;
}
</style>
border-color css
<style>
span { border-color: #ECE278; }
span { border-color: rgb(236,226,120); }
td.TdClassName
{
border-color: #ECE278;
}
.TagClassName
{
border-color: #ECE278;
}
</style>