Shades of Texas #EFE37F
Tints of Texas #EFE37F
RGB
CMYK
RGB Variations
Color information
#EFE37F (or 0xEFE37F) is known color: Texas. HEX triplet: EF, E3 and 7F. RGB value is (239,227,127). Sum of RGB (Red+Green+Blue) = 239+227+127=593 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.30% from 593); Green value is 227 (89.06% from 255 or 38.28% from 593); Blue value is 127 (50% from 255 or 21.42% from 593); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE37F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE37F is #101C80. Grayscale: #DBDBDB. Windows color (decimal): -1055873 or 8381423. OLE color: 8381423.
HSL color Cylindrical-coordinate representation of color #EFE37F: hue angle of 53.57º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EFE37F is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 227 | 127 | - |
| CMYK | 0 | 0.05 | 0.47 | 0.06 |
| HSL | 53.57º | 0.78% | 0.72% | - |
| HSV(B) | 53.57º | 0.47% | 0.94% | - |
| XYZ | 66.9 | 74.82 | 30.99 | - |
| YUV | 219.19 | 75.98 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 227 | 127 | 0 | 0.05 | 0.47 | 0.06 | 53.57 | 0.78 | 0.72 |
| Hex | EF | E3 | 7F | 0 | 5 | 2F | 6 | 36 | 4E | 48 |
| Octal | 357 | 343 | 177 | 0 | 5 | 57 | 6 | 66 | 116 | 110 |
| Binary | 11101111 | 11100011 | 1111111 | 0 | 101 | 101111 | 110 | 110110 | 1001110 | 1001000 |
Color Harmonies of #EFE37F
Complementary color
Monochromatic Colors of #EFE37F
Black with #EFE37F
Text Example
Text Example
White with #EFE37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE37F; }
p { color: rgb(239,227,127); }
H1.HeaderClassName
{
color: #EFE37F;
}
.AnyTagClassName
{
color: #EFE37F;
}
</style>
background-color css
<style>
a { background-color: #EFE37F; }
a { background-color: rgb(239,227,127); }
div.DivClassName
{
background-color: #EFE37F;
}
.BgClassName
{
background-color: #EFE37F;
}
</style>
border-color css
<style>
span { border-color: #EFE37F; }
span { border-color: rgb(239,227,127); }
td.TdClassName
{
border-color: #EFE37F;
}
.TagClassName
{
border-color: #EFE37F;
}
</style>