Shades of Texas #ECE484
Tints of Texas #ECE484
RGB
CMYK
RGB Variations
Color information
#ECE484 (or 0xECE484) is known color: Texas. HEX triplet: EC, E4 and 84. RGB value is (236,228,132). Sum of RGB (Red+Green+Blue) = 236+228+132=596 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.60% from 596); Green value is 228 (89.45% from 255 or 38.26% from 596); Blue value is 132 (51.95% from 255 or 22.15% from 596); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE484 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE484 is #131B7B. Grayscale: #DBDBDB. Windows color (decimal): -1252220 or 8709356. OLE color: 8709356.
HSL color Cylindrical-coordinate representation of color #ECE484: hue angle of 55.38º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ECE484 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 228 | 132 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.07 |
| HSL | 55.38º | 0.73% | 0.72% | - |
| HSV(B) | 55.38º | 0.44% | 0.93% | - |
| XYZ | 66.5 | 74.99 | 32.8 | - |
| YUV | 219.45 | 78.65 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 228 | 132 | 0 | 0.03 | 0.44 | 0.07 | 55.38 | 0.73 | 0.72 |
| Hex | EC | E4 | 84 | 0 | 3 | 2C | 7 | 37 | 49 | 48 |
| Octal | 354 | 344 | 204 | 0 | 3 | 54 | 7 | 67 | 111 | 110 |
| Binary | 11101100 | 11100100 | 10000100 | 0 | 11 | 101100 | 111 | 110111 | 1001001 | 1001000 |
Color Harmonies of #ECE484
Complementary color
Monochromatic Colors of #ECE484
Black with #ECE484
Text Example
Text Example
White with #ECE484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE484; }
p { color: rgb(236,228,132); }
H1.HeaderClassName
{
color: #ECE484;
}
.AnyTagClassName
{
color: #ECE484;
}
</style>
background-color css
<style>
a { background-color: #ECE484; }
a { background-color: rgb(236,228,132); }
div.DivClassName
{
background-color: #ECE484;
}
.BgClassName
{
background-color: #ECE484;
}
</style>
border-color css
<style>
span { border-color: #ECE484; }
span { border-color: rgb(236,228,132); }
td.TdClassName
{
border-color: #ECE484;
}
.TagClassName
{
border-color: #ECE484;
}
</style>