Shades of Texas #ECE482
Tints of Texas #ECE482
RGB
CMYK
RGB Variations
Color information
#ECE482 (or 0xECE482) is known color: Texas. HEX triplet: EC, E4 and 82. RGB value is (236,228,130). Sum of RGB (Red+Green+Blue) = 236+228+130=594 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.73% from 594); Green value is 228 (89.45% from 255 or 38.38% from 594); Blue value is 130 (51.17% from 255 or 21.89% from 594); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE482 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE482 is #131B7D. Grayscale: #DBDBDB. Windows color (decimal): -1252222 or 8578284. OLE color: 8578284.
HSL color Cylindrical-coordinate representation of color #ECE482: hue angle of 55.47º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ECE482 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 228 | 130 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.07 |
| HSL | 55.47º | 0.74% | 0.72% | - |
| HSV(B) | 55.47º | 0.45% | 0.93% | - |
| XYZ | 66.36 | 74.93 | 32.08 | - |
| YUV | 219.22 | 77.65 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 228 | 130 | 0 | 0.03 | 0.45 | 0.07 | 55.47 | 0.74 | 0.72 |
| Hex | EC | E4 | 82 | 0 | 3 | 2D | 7 | 37 | 4A | 48 |
| Octal | 354 | 344 | 202 | 0 | 3 | 55 | 7 | 67 | 112 | 110 |
| Binary | 11101100 | 11100100 | 10000010 | 0 | 11 | 101101 | 111 | 110111 | 1001010 | 1001000 |
Color Harmonies of #ECE482
Complementary color
Monochromatic Colors of #ECE482
Black with #ECE482
Text Example
Text Example
White with #ECE482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE482; }
p { color: rgb(236,228,130); }
H1.HeaderClassName
{
color: #ECE482;
}
.AnyTagClassName
{
color: #ECE482;
}
</style>
background-color css
<style>
a { background-color: #ECE482; }
a { background-color: rgb(236,228,130); }
div.DivClassName
{
background-color: #ECE482;
}
.BgClassName
{
background-color: #ECE482;
}
</style>
border-color css
<style>
span { border-color: #ECE482; }
span { border-color: rgb(236,228,130); }
td.TdClassName
{
border-color: #ECE482;
}
.TagClassName
{
border-color: #ECE482;
}
</style>