Shades of Texas #EFE37C
Tints of Texas #EFE37C
RGB
CMYK
RGB Variations
Color information
#EFE37C (or 0xEFE37C) is known color: Texas. HEX triplet: EF, E3 and 7C. RGB value is (239,227,124). Sum of RGB (Red+Green+Blue) = 239+227+124=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 227 (89.06% from 255 or 38.47% from 590); Blue value is 124 (48.83% from 255 or 21.02% from 590); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE37C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE37C is #101C83. Grayscale: #DBDBDB. Windows color (decimal): -1055876 or 8184815. OLE color: 8184815.
HSL color Cylindrical-coordinate representation of color #EFE37C: hue angle of 53.74º 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 #EFE37C is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 227 | 124 | - |
| CMYK | 0 | 0.05 | 0.48 | 0.06 |
| HSL | 53.74º | 0.78% | 0.71% | - |
| HSV(B) | 53.74º | 0.48% | 0.94% | - |
| XYZ | 66.7 | 74.74 | 29.98 | - |
| YUV | 218.85 | 74.48 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 227 | 124 | 0 | 0.05 | 0.48 | 0.06 | 53.74 | 0.78 | 0.71 |
| Hex | EF | E3 | 7C | 0 | 5 | 30 | 6 | 36 | 4E | 47 |
| Octal | 357 | 343 | 174 | 0 | 5 | 60 | 6 | 66 | 116 | 107 |
| Binary | 11101111 | 11100011 | 1111100 | 0 | 101 | 110000 | 110 | 110110 | 1001110 | 1000111 |
Color Harmonies of #EFE37C
Complementary color
Monochromatic Colors of #EFE37C
Black with #EFE37C
Text Example
Text Example
White with #EFE37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE37C; }
p { color: rgb(239,227,124); }
H1.HeaderClassName
{
color: #EFE37C;
}
.AnyTagClassName
{
color: #EFE37C;
}
</style>
background-color css
<style>
a { background-color: #EFE37C; }
a { background-color: rgb(239,227,124); }
div.DivClassName
{
background-color: #EFE37C;
}
.BgClassName
{
background-color: #EFE37C;
}
</style>
border-color css
<style>
span { border-color: #EFE37C; }
span { border-color: rgb(239,227,124); }
td.TdClassName
{
border-color: #EFE37C;
}
.TagClassName
{
border-color: #EFE37C;
}
</style>