Shades of Texas #ECE87B
Tints of Texas #ECE87B
RGB
CMYK
RGB Variations
Color information
#ECE87B (or 0xECE87B) is known color: Texas. HEX triplet: EC, E8 and 7B. RGB value is (236,232,123). Sum of RGB (Red+Green+Blue) = 236+232+123=591 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.93% from 591); Green value is 232 (91.02% from 255 or 39.26% from 591); Blue value is 123 (48.44% from 255 or 20.81% from 591); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE87B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECE87B is #131784. Grayscale: #DDDDDD. Windows color (decimal): -1251205 or 8120556. OLE color: 8120556.
HSL color Cylindrical-coordinate representation of color #ECE87B: hue angle of 57.88º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ECE87B is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 232 | 123 | - |
| CMYK | 0 | 0.02 | 0.48 | 0.07 |
| HSL | 57.88º | 0.75% | 0.7% | - |
| HSV(B) | 57.88º | 0.48% | 0.93% | - |
| XYZ | 67.02 | 76.98 | 30.06 | - |
| YUV | 220.77 | 72.83 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 232 | 123 | 0 | 0.02 | 0.48 | 0.07 | 57.88 | 0.75 | 0.7 |
| Hex | EC | E8 | 7B | 0 | 2 | 30 | 7 | 3A | 4B | 46 |
| Octal | 354 | 350 | 173 | 0 | 2 | 60 | 7 | 72 | 113 | 106 |
| Binary | 11101100 | 11101000 | 1111011 | 0 | 10 | 110000 | 111 | 111010 | 1001011 | 1000110 |
Color Harmonies of #ECE87B
Complementary color
Monochromatic Colors of #ECE87B
Black with #ECE87B
Text Example
Text Example
White with #ECE87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE87B; }
p { color: rgb(236,232,123); }
H1.HeaderClassName
{
color: #ECE87B;
}
.AnyTagClassName
{
color: #ECE87B;
}
</style>
background-color css
<style>
a { background-color: #ECE87B; }
a { background-color: rgb(236,232,123); }
div.DivClassName
{
background-color: #ECE87B;
}
.BgClassName
{
background-color: #ECE87B;
}
</style>
border-color css
<style>
span { border-color: #ECE87B; }
span { border-color: rgb(236,232,123); }
td.TdClassName
{
border-color: #ECE87B;
}
.TagClassName
{
border-color: #ECE87B;
}
</style>