Shades of Texas #EFE37B
Tints of Texas #EFE37B
RGB
CMYK
RGB Variations
Color information
#EFE37B (or 0xEFE37B) is known color: Texas. HEX triplet: EF, E3 and 7B. RGB value is (239,227,123). Sum of RGB (Red+Green+Blue) = 239+227+123=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 227 (89.06% from 255 or 38.54% from 589); Blue value is 123 (48.44% from 255 or 20.88% from 589); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE37B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE37B is #101C84. Grayscale: #DBDBDB. Windows color (decimal): -1055877 or 8119279. OLE color: 8119279.
HSL color Cylindrical-coordinate representation of color #EFE37B: hue angle of 53.79º degrees, saturation: 0.78, 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 #EFE37B is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 227 | 123 | - |
| CMYK | 0 | 0.05 | 0.49 | 0.06 |
| HSL | 53.79º | 0.78% | 0.71% | - |
| HSV(B) | 53.79º | 0.49% | 0.94% | - |
| XYZ | 66.64 | 74.72 | 29.65 | - |
| YUV | 218.73 | 73.98 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 227 | 123 | 0 | 0.05 | 0.49 | 0.06 | 53.79 | 0.78 | 0.71 |
| Hex | EF | E3 | 7B | 0 | 5 | 31 | 6 | 36 | 4E | 47 |
| Octal | 357 | 343 | 173 | 0 | 5 | 61 | 6 | 66 | 116 | 107 |
| Binary | 11101111 | 11100011 | 1111011 | 0 | 101 | 110001 | 110 | 110110 | 1001110 | 1000111 |
Color Harmonies of #EFE37B
Complementary color
Monochromatic Colors of #EFE37B
Black with #EFE37B
Text Example
Text Example
White with #EFE37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE37B; }
p { color: rgb(239,227,123); }
H1.HeaderClassName
{
color: #EFE37B;
}
.AnyTagClassName
{
color: #EFE37B;
}
</style>
background-color css
<style>
a { background-color: #EFE37B; }
a { background-color: rgb(239,227,123); }
div.DivClassName
{
background-color: #EFE37B;
}
.BgClassName
{
background-color: #EFE37B;
}
</style>
border-color css
<style>
span { border-color: #EFE37B; }
span { border-color: rgb(239,227,123); }
td.TdClassName
{
border-color: #EFE37B;
}
.TagClassName
{
border-color: #EFE37B;
}
</style>