Shades of Texas #ECED7D
Tints of Texas #ECED7D
RGB
CMYK
RGB Variations
Color information
#ECED7D (or 0xECED7D) is known color: Texas. HEX triplet: EC, ED and 7D. RGB value is (236,237,125). Sum of RGB (Red+Green+Blue) = 236+237+125=598 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.46% from 598); Green value is 237 (92.97% from 255 or 39.63% from 598); Blue value is 125 (49.22% from 255 or 20.90% from 598); Max value from RGB is 237 - color contains mainly: green. Hex color #ECED7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECED7D is #131282. Grayscale: #E0E0E0. Windows color (decimal): -1249923 or 8252908. OLE color: 8252908.
HSL color Cylindrical-coordinate representation of color #ECED7D: hue angle of 60.54º degrees, saturation: 0.76, 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 #ECED7D is Cyan = 0.00, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 237 | 125 | - |
| CMYK | 0.00 | 0 | 0.47 | 0.07 |
| HSL | 60.54º | 0.76% | 0.71% | - |
| HSV(B) | 60.54º | 0.47% | 0.93% | - |
| XYZ | 68.58 | 79.88 | 31.21 | - |
| YUV | 223.93 | 72.17 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 237 | 125 | 0.00 | 0 | 0.47 | 0.07 | 60.54 | 0.76 | 0.71 |
| Hex | EC | ED | 7D | 0 | 0 | 2F | 7 | 3D | 4C | 47 |
| Octal | 354 | 355 | 175 | 0 | 0 | 57 | 7 | 75 | 114 | 107 |
| Binary | 11101100 | 11101101 | 1111101 | 0 | 0 | 101111 | 111 | 111101 | 1001100 | 1000111 |
Color Harmonies of #ECED7D
Complementary color
Monochromatic Colors of #ECED7D
Black with #ECED7D
Text Example
Text Example
White with #ECED7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECED7D; }
p { color: rgb(236,237,125); }
H1.HeaderClassName
{
color: #ECED7D;
}
.AnyTagClassName
{
color: #ECED7D;
}
</style>
background-color css
<style>
a { background-color: #ECED7D; }
a { background-color: rgb(236,237,125); }
div.DivClassName
{
background-color: #ECED7D;
}
.BgClassName
{
background-color: #ECED7D;
}
</style>
border-color css
<style>
span { border-color: #ECED7D; }
span { border-color: rgb(236,237,125); }
td.TdClassName
{
border-color: #ECED7D;
}
.TagClassName
{
border-color: #ECED7D;
}
</style>