Shades of Texas #ECE382
Tints of Texas #ECE382
RGB
CMYK
RGB Variations
Color information
#ECE382 (or 0xECE382) is known color: Texas. HEX triplet: EC, E3 and 82. RGB value is (236,227,130). Sum of RGB (Red+Green+Blue) = 236+227+130=593 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.80% from 593); Green value is 227 (89.06% from 255 or 38.28% from 593); Blue value is 130 (51.17% from 255 or 21.92% from 593); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE382 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE382 is #131C7D. Grayscale: #DBDBDB. Windows color (decimal): -1252478 or 8578028. OLE color: 8578028.
HSL color Cylindrical-coordinate representation of color #ECE382: hue angle of 54.91º 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 #ECE382 is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 227 | 130 | - |
| CMYK | 0 | 0.04 | 0.45 | 0.07 |
| HSL | 54.91º | 0.74% | 0.72% | - |
| HSV(B) | 54.91º | 0.45% | 0.93% | - |
| XYZ | 66.09 | 74.38 | 31.99 | - |
| YUV | 218.63 | 77.98 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 227 | 130 | 0 | 0.04 | 0.45 | 0.07 | 54.91 | 0.74 | 0.72 |
| Hex | EC | E3 | 82 | 0 | 4 | 2D | 7 | 37 | 4A | 48 |
| Octal | 354 | 343 | 202 | 0 | 4 | 55 | 7 | 67 | 112 | 110 |
| Binary | 11101100 | 11100011 | 10000010 | 0 | 100 | 101101 | 111 | 110111 | 1001010 | 1001000 |
Color Harmonies of #ECE382
Complementary color
Monochromatic Colors of #ECE382
Black with #ECE382
Text Example
Text Example
White with #ECE382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE382; }
p { color: rgb(236,227,130); }
H1.HeaderClassName
{
color: #ECE382;
}
.AnyTagClassName
{
color: #ECE382;
}
</style>
background-color css
<style>
a { background-color: #ECE382; }
a { background-color: rgb(236,227,130); }
div.DivClassName
{
background-color: #ECE382;
}
.BgClassName
{
background-color: #ECE382;
}
</style>
border-color css
<style>
span { border-color: #ECE382; }
span { border-color: rgb(236,227,130); }
td.TdClassName
{
border-color: #ECE382;
}
.TagClassName
{
border-color: #ECE382;
}
</style>