Shades of Texas #ECE97D
Tints of Texas #ECE97D
RGB
CMYK
RGB Variations
Color information
#ECE97D (or 0xECE97D) is known color: Texas. HEX triplet: EC, E9 and 7D. RGB value is (236,233,125). Sum of RGB (Red+Green+Blue) = 236+233+125=594 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.73% from 594); Green value is 233 (91.41% from 255 or 39.23% from 594); Blue value is 125 (49.22% from 255 or 21.04% from 594); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE97D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECE97D is #131682. Grayscale: #DEDEDE. Windows color (decimal): -1250947 or 8251884. OLE color: 8251884.
HSL color Cylindrical-coordinate representation of color #ECE97D: hue angle of 58.38º 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 #ECE97D is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 233 | 125 | - |
| CMYK | 0 | 0.01 | 0.47 | 0.07 |
| HSL | 58.38º | 0.74% | 0.71% | - |
| HSV(B) | 58.38º | 0.47% | 0.93% | - |
| XYZ | 67.43 | 77.59 | 30.82 | - |
| YUV | 221.59 | 73.49 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 233 | 125 | 0 | 0.01 | 0.47 | 0.07 | 58.38 | 0.74 | 0.71 |
| Hex | EC | E9 | 7D | 0 | 1 | 2F | 7 | 3A | 4A | 47 |
| Octal | 354 | 351 | 175 | 0 | 1 | 57 | 7 | 72 | 112 | 107 |
| Binary | 11101100 | 11101001 | 1111101 | 0 | 1 | 101111 | 111 | 111010 | 1001010 | 1000111 |
Color Harmonies of #ECE97D
Complementary color
Monochromatic Colors of #ECE97D
Black with #ECE97D
Text Example
Text Example
White with #ECE97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE97D; }
p { color: rgb(236,233,125); }
H1.HeaderClassName
{
color: #ECE97D;
}
.AnyTagClassName
{
color: #ECE97D;
}
</style>
background-color css
<style>
a { background-color: #ECE97D; }
a { background-color: rgb(236,233,125); }
div.DivClassName
{
background-color: #ECE97D;
}
.BgClassName
{
background-color: #ECE97D;
}
</style>
border-color css
<style>
span { border-color: #ECE97D; }
span { border-color: rgb(236,233,125); }
td.TdClassName
{
border-color: #ECE97D;
}
.TagClassName
{
border-color: #ECE97D;
}
</style>