Shades of Texas #EFE57C
Tints of Texas #EFE57C
RGB
CMYK
RGB Variations
Color information
#EFE57C (or 0xEFE57C) is known color: Texas. HEX triplet: EF, E5 and 7C. RGB value is (239,229,124). Sum of RGB (Red+Green+Blue) = 239+229+124=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 229 (89.84% from 255 or 38.68% from 592); Blue value is 124 (48.83% from 255 or 20.95% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE57C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE57C is #101A83. Grayscale: #DCDCDC. Windows color (decimal): -1055364 or 8185327. OLE color: 8185327.
HSL color Cylindrical-coordinate representation of color #EFE57C: hue angle of 54.78º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EFE57C is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 229 | 124 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.06 |
| HSL | 54.78º | 0.78% | 0.71% | - |
| HSV(B) | 54.78º | 0.48% | 0.94% | - |
| XYZ | 67.25 | 75.84 | 30.16 | - |
| YUV | 220.02 | 73.81 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 229 | 124 | 0 | 0.04 | 0.48 | 0.06 | 54.78 | 0.78 | 0.71 |
| Hex | EF | E5 | 7C | 0 | 4 | 30 | 6 | 37 | 4E | 47 |
| Octal | 357 | 345 | 174 | 0 | 4 | 60 | 6 | 67 | 116 | 107 |
| Binary | 11101111 | 11100101 | 1111100 | 0 | 100 | 110000 | 110 | 110111 | 1001110 | 1000111 |
Color Harmonies of #EFE57C
Complementary color
Monochromatic Colors of #EFE57C
Black with #EFE57C
Text Example
Text Example
White with #EFE57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE57C; }
p { color: rgb(239,229,124); }
H1.HeaderClassName
{
color: #EFE57C;
}
.AnyTagClassName
{
color: #EFE57C;
}
</style>
background-color css
<style>
a { background-color: #EFE57C; }
a { background-color: rgb(239,229,124); }
div.DivClassName
{
background-color: #EFE57C;
}
.BgClassName
{
background-color: #EFE57C;
}
</style>
border-color css
<style>
span { border-color: #EFE57C; }
span { border-color: rgb(239,229,124); }
td.TdClassName
{
border-color: #EFE57C;
}
.TagClassName
{
border-color: #EFE57C;
}
</style>