Shades of Texas #ECE87D
Tints of Texas #ECE87D
RGB
CMYK
RGB Variations
Color information
#ECE87D (or 0xECE87D) is known color: Texas. HEX triplet: EC, E8 and 7D. RGB value is (236,232,125). Sum of RGB (Red+Green+Blue) = 236+232+125=593 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.80% from 593); Green value is 232 (91.02% from 255 or 39.12% from 593); Blue value is 125 (49.22% from 255 or 21.08% from 593); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE87D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECE87D is #131782. Grayscale: #DDDDDD. Windows color (decimal): -1251203 or 8251628. OLE color: 8251628.
HSL color Cylindrical-coordinate representation of color #ECE87D: hue angle of 57.84º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ECE87D is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 232 | 125 | - |
| CMYK | 0 | 0.02 | 0.47 | 0.07 |
| HSL | 57.84º | 0.74% | 0.71% | - |
| HSV(B) | 57.84º | 0.47% | 0.93% | - |
| XYZ | 67.15 | 77.03 | 30.73 | - |
| YUV | 221 | 73.83 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 232 | 125 | 0 | 0.02 | 0.47 | 0.07 | 57.84 | 0.74 | 0.71 |
| Hex | EC | E8 | 7D | 0 | 2 | 2F | 7 | 3A | 4A | 47 |
| Octal | 354 | 350 | 175 | 0 | 2 | 57 | 7 | 72 | 112 | 107 |
| Binary | 11101100 | 11101000 | 1111101 | 0 | 10 | 101111 | 111 | 111010 | 1001010 | 1000111 |
Color Harmonies of #ECE87D
Complementary color
Monochromatic Colors of #ECE87D
Black with #ECE87D
Text Example
Text Example
White with #ECE87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE87D; }
p { color: rgb(236,232,125); }
H1.HeaderClassName
{
color: #ECE87D;
}
.AnyTagClassName
{
color: #ECE87D;
}
</style>
background-color css
<style>
a { background-color: #ECE87D; }
a { background-color: rgb(236,232,125); }
div.DivClassName
{
background-color: #ECE87D;
}
.BgClassName
{
background-color: #ECE87D;
}
</style>
border-color css
<style>
span { border-color: #ECE87D; }
span { border-color: rgb(236,232,125); }
td.TdClassName
{
border-color: #ECE87D;
}
.TagClassName
{
border-color: #ECE87D;
}
</style>