Shades of Texas #ECE27B
Tints of Texas #ECE27B
RGB
CMYK
RGB Variations
Color information
#ECE27B (or 0xECE27B) is known color: Texas. HEX triplet: EC, E2 and 7B. RGB value is (236,226,123). Sum of RGB (Red+Green+Blue) = 236+226+123=585 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.34% from 585); Green value is 226 (88.67% from 255 or 38.63% from 585); Blue value is 123 (48.44% from 255 or 21.03% from 585); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE27B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE27B is #131D84. Grayscale: #D9D9D9. Windows color (decimal): -1252741 or 8119020. OLE color: 8119020.
HSL color Cylindrical-coordinate representation of color #ECE27B: hue angle of 54.69º 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 #ECE27B is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 226 | 123 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.07 |
| HSL | 54.69º | 0.75% | 0.7% | - |
| HSV(B) | 54.69º | 0.48% | 0.93% | - |
| XYZ | 65.36 | 73.66 | 29.51 | - |
| YUV | 217.25 | 74.81 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 226 | 123 | 0 | 0.04 | 0.48 | 0.07 | 54.69 | 0.75 | 0.7 |
| Hex | EC | E2 | 7B | 0 | 4 | 30 | 7 | 37 | 4B | 46 |
| Octal | 354 | 342 | 173 | 0 | 4 | 60 | 7 | 67 | 113 | 106 |
| Binary | 11101100 | 11100010 | 1111011 | 0 | 100 | 110000 | 111 | 110111 | 1001011 | 1000110 |
Color Harmonies of #ECE27B
Complementary color
Monochromatic Colors of #ECE27B
Black with #ECE27B
Text Example
Text Example
White with #ECE27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE27B; }
p { color: rgb(236,226,123); }
H1.HeaderClassName
{
color: #ECE27B;
}
.AnyTagClassName
{
color: #ECE27B;
}
</style>
background-color css
<style>
a { background-color: #ECE27B; }
a { background-color: rgb(236,226,123); }
div.DivClassName
{
background-color: #ECE27B;
}
.BgClassName
{
background-color: #ECE27B;
}
</style>
border-color css
<style>
span { border-color: #ECE27B; }
span { border-color: rgb(236,226,123); }
td.TdClassName
{
border-color: #ECE27B;
}
.TagClassName
{
border-color: #ECE27B;
}
</style>