Shades of Texas #EFE573
Tints of Texas #EFE573
RGB
CMYK
RGB Variations
Color information
#EFE573 (or 0xEFE573) is known color: Texas. HEX triplet: EF, E5 and 73. RGB value is (239,229,115). Sum of RGB (Red+Green+Blue) = 239+229+115=583 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.99% from 583); Green value is 229 (89.84% from 255 or 39.28% from 583); Blue value is 115 (45.31% from 255 or 19.73% from 583); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE573 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE573 is #101A8C. Grayscale: #DBDBDB. Windows color (decimal): -1055373 or 7595503. OLE color: 7595503.
HSL color Cylindrical-coordinate representation of color #EFE573: hue angle of 55.16º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EFE573 is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 229 | 115 | - |
| CMYK | 0 | 0.04 | 0.52 | 0.06 |
| HSL | 55.16º | 0.79% | 0.69% | - |
| HSV(B) | 55.16º | 0.52% | 0.94% | - |
| XYZ | 66.71 | 75.63 | 27.3 | - |
| YUV | 218.99 | 69.31 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 229 | 115 | 0 | 0.04 | 0.52 | 0.06 | 55.16 | 0.79 | 0.69 |
| Hex | EF | E5 | 73 | 0 | 4 | 34 | 6 | 37 | 4F | 45 |
| Octal | 357 | 345 | 163 | 0 | 4 | 64 | 6 | 67 | 117 | 105 |
| Binary | 11101111 | 11100101 | 1110011 | 0 | 100 | 110100 | 110 | 110111 | 1001111 | 1000101 |
Color Harmonies of #EFE573
Complementary color
Monochromatic Colors of #EFE573
Black with #EFE573
Text Example
Text Example
White with #EFE573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE573; }
p { color: rgb(239,229,115); }
H1.HeaderClassName
{
color: #EFE573;
}
.AnyTagClassName
{
color: #EFE573;
}
</style>
background-color css
<style>
a { background-color: #EFE573; }
a { background-color: rgb(239,229,115); }
div.DivClassName
{
background-color: #EFE573;
}
.BgClassName
{
background-color: #EFE573;
}
</style>
border-color css
<style>
span { border-color: #EFE573; }
span { border-color: rgb(239,229,115); }
td.TdClassName
{
border-color: #EFE573;
}
.TagClassName
{
border-color: #EFE573;
}
</style>