Shades of Texas #ECE384
Tints of Texas #ECE384
RGB
CMYK
RGB Variations
Color information
#ECE384 (or 0xECE384) is known color: Texas. HEX triplet: EC, E3 and 84. RGB value is (236,227,132). Sum of RGB (Red+Green+Blue) = 236+227+132=595 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.66% from 595); Green value is 227 (89.06% from 255 or 38.15% from 595); Blue value is 132 (51.95% from 255 or 22.18% from 595); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE384 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE384 is #131C7B. Grayscale: #DBDBDB. Windows color (decimal): -1252476 or 8709100. OLE color: 8709100.
HSL color Cylindrical-coordinate representation of color #ECE384: hue angle of 54.81º 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 #ECE384 is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 227 | 132 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.07 |
| HSL | 54.81º | 0.73% | 0.72% | - |
| HSV(B) | 54.81º | 0.44% | 0.93% | - |
| XYZ | 66.23 | 74.44 | 32.71 | - |
| YUV | 218.86 | 78.98 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 227 | 132 | 0 | 0.04 | 0.44 | 0.07 | 54.81 | 0.73 | 0.72 |
| Hex | EC | E3 | 84 | 0 | 4 | 2C | 7 | 37 | 49 | 48 |
| Octal | 354 | 343 | 204 | 0 | 4 | 54 | 7 | 67 | 111 | 110 |
| Binary | 11101100 | 11100011 | 10000100 | 0 | 100 | 101100 | 111 | 110111 | 1001001 | 1001000 |
Color Harmonies of #ECE384
Complementary color
Monochromatic Colors of #ECE384
Black with #ECE384
Text Example
Text Example
White with #ECE384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE384; }
p { color: rgb(236,227,132); }
H1.HeaderClassName
{
color: #ECE384;
}
.AnyTagClassName
{
color: #ECE384;
}
</style>
background-color css
<style>
a { background-color: #ECE384; }
a { background-color: rgb(236,227,132); }
div.DivClassName
{
background-color: #ECE384;
}
.BgClassName
{
background-color: #ECE384;
}
</style>
border-color css
<style>
span { border-color: #ECE384; }
span { border-color: rgb(236,227,132); }
td.TdClassName
{
border-color: #ECE384;
}
.TagClassName
{
border-color: #ECE384;
}
</style>