Shades of Texas #ECED7B
Tints of Texas #ECED7B
RGB
CMYK
RGB Variations
Color information
#ECED7B (or 0xECED7B) is known color: Texas. HEX triplet: EC, ED and 7B. RGB value is (236,237,123). Sum of RGB (Red+Green+Blue) = 236+237+123=596 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.60% from 596); Green value is 237 (92.97% from 255 or 39.77% from 596); Blue value is 123 (48.44% from 255 or 20.64% from 596); Max value from RGB is 237 - color contains mainly: green. Hex color #ECED7B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECED7B is #131284. Grayscale: #E0E0E0. Windows color (decimal): -1249925 or 8121836. OLE color: 8121836.
HSL color Cylindrical-coordinate representation of color #ECED7B: hue angle of 60.53º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ECED7B is Cyan = 0.00, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 237 | 123 | - |
| CMYK | 0.00 | 0 | 0.48 | 0.07 |
| HSL | 60.53º | 0.76% | 0.71% | - |
| HSV(B) | 60.53º | 0.48% | 0.93% | - |
| XYZ | 68.45 | 79.83 | 30.54 | - |
| YUV | 223.71 | 71.17 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 237 | 123 | 0.00 | 0 | 0.48 | 0.07 | 60.53 | 0.76 | 0.71 |
| Hex | EC | ED | 7B | 0 | 0 | 30 | 7 | 3D | 4C | 47 |
| Octal | 354 | 355 | 173 | 0 | 0 | 60 | 7 | 75 | 114 | 107 |
| Binary | 11101100 | 11101101 | 1111011 | 0 | 0 | 110000 | 111 | 111101 | 1001100 | 1000111 |
Color Harmonies of #ECED7B
Complementary color
Monochromatic Colors of #ECED7B
Black with #ECED7B
Text Example
Text Example
White with #ECED7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECED7B; }
p { color: rgb(236,237,123); }
H1.HeaderClassName
{
color: #ECED7B;
}
.AnyTagClassName
{
color: #ECED7B;
}
</style>
background-color css
<style>
a { background-color: #ECED7B; }
a { background-color: rgb(236,237,123); }
div.DivClassName
{
background-color: #ECED7B;
}
.BgClassName
{
background-color: #ECED7B;
}
</style>
border-color css
<style>
span { border-color: #ECED7B; }
span { border-color: rgb(236,237,123); }
td.TdClassName
{
border-color: #ECED7B;
}
.TagClassName
{
border-color: #ECED7B;
}
</style>