Shades of Texas #ECE07B
Tints of Texas #ECE07B
RGB
CMYK
RGB Variations
Color information
#ECE07B (or 0xECE07B) is known color: Texas. HEX triplet: EC, E0 and 7B. RGB value is (236,224,123). Sum of RGB (Red+Green+Blue) = 236+224+123=583 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.48% from 583); Green value is 224 (87.89% from 255 or 38.42% from 583); Blue value is 123 (48.44% from 255 or 21.10% from 583); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE07B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE07B is #131F84. Grayscale: #D8D8D8. Windows color (decimal): -1253253 or 8118508. OLE color: 8118508.
HSL color Cylindrical-coordinate representation of color #ECE07B: hue angle of 53.63º 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 #ECE07B is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 224 | 123 | - |
| CMYK | 0 | 0.05 | 0.48 | 0.07 |
| HSL | 53.63º | 0.75% | 0.7% | - |
| HSV(B) | 53.63º | 0.48% | 0.93% | - |
| XYZ | 64.82 | 72.57 | 29.33 | - |
| YUV | 216.07 | 75.48 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 224 | 123 | 0 | 0.05 | 0.48 | 0.07 | 53.63 | 0.75 | 0.7 |
| Hex | EC | E0 | 7B | 0 | 5 | 30 | 7 | 36 | 4B | 46 |
| Octal | 354 | 340 | 173 | 0 | 5 | 60 | 7 | 66 | 113 | 106 |
| Binary | 11101100 | 11100000 | 1111011 | 0 | 101 | 110000 | 111 | 110110 | 1001011 | 1000110 |
Color Harmonies of #ECE07B
Complementary color
Monochromatic Colors of #ECE07B
Black with #ECE07B
Text Example
Text Example
White with #ECE07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE07B; }
p { color: rgb(236,224,123); }
H1.HeaderClassName
{
color: #ECE07B;
}
.AnyTagClassName
{
color: #ECE07B;
}
</style>
background-color css
<style>
a { background-color: #ECE07B; }
a { background-color: rgb(236,224,123); }
div.DivClassName
{
background-color: #ECE07B;
}
.BgClassName
{
background-color: #ECE07B;
}
</style>
border-color css
<style>
span { border-color: #ECE07B; }
span { border-color: rgb(236,224,123); }
td.TdClassName
{
border-color: #ECE07B;
}
.TagClassName
{
border-color: #ECE07B;
}
</style>