Shades of Texas #EFE37A
Tints of Texas #EFE37A
RGB
CMYK
RGB Variations
Color information
#EFE37A (or 0xEFE37A) is known color: Texas. HEX triplet: EF, E3 and 7A. RGB value is (239,227,122). Sum of RGB (Red+Green+Blue) = 239+227+122=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 227 (89.06% from 255 or 38.61% from 588); Blue value is 122 (48.05% from 255 or 20.75% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE37A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE37A is #101C85. Grayscale: #DBDBDB. Windows color (decimal): -1055878 or 8053743. OLE color: 8053743.
HSL color Cylindrical-coordinate representation of color #EFE37A: hue angle of 53.85º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EFE37A is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 227 | 122 | - |
| CMYK | 0 | 0.05 | 0.49 | 0.06 |
| HSL | 53.85º | 0.79% | 0.71% | - |
| HSV(B) | 53.85º | 0.49% | 0.94% | - |
| XYZ | 66.58 | 74.69 | 29.32 | - |
| YUV | 218.62 | 73.48 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 227 | 122 | 0 | 0.05 | 0.49 | 0.06 | 53.85 | 0.79 | 0.71 |
| Hex | EF | E3 | 7A | 0 | 5 | 31 | 6 | 36 | 4F | 47 |
| Octal | 357 | 343 | 172 | 0 | 5 | 61 | 6 | 66 | 117 | 107 |
| Binary | 11101111 | 11100011 | 1111010 | 0 | 101 | 110001 | 110 | 110110 | 1001111 | 1000111 |
Color Harmonies of #EFE37A
Complementary color
Monochromatic Colors of #EFE37A
Black with #EFE37A
Text Example
Text Example
White with #EFE37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE37A; }
p { color: rgb(239,227,122); }
H1.HeaderClassName
{
color: #EFE37A;
}
.AnyTagClassName
{
color: #EFE37A;
}
</style>
background-color css
<style>
a { background-color: #EFE37A; }
a { background-color: rgb(239,227,122); }
div.DivClassName
{
background-color: #EFE37A;
}
.BgClassName
{
background-color: #EFE37A;
}
</style>
border-color css
<style>
span { border-color: #EFE37A; }
span { border-color: rgb(239,227,122); }
td.TdClassName
{
border-color: #EFE37A;
}
.TagClassName
{
border-color: #EFE37A;
}
</style>