Shades of Texas #EFE27E
Tints of Texas #EFE27E
RGB
CMYK
RGB Variations
Color information
#EFE27E (or 0xEFE27E) is known color: Texas. HEX triplet: EF, E2 and 7E. RGB value is (239,226,126). Sum of RGB (Red+Green+Blue) = 239+226+126=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 226 (88.67% from 255 or 38.24% from 591); Blue value is 126 (49.61% from 255 or 21.32% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE27E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE27E is #101D81. Grayscale: #DADADA. Windows color (decimal): -1056130 or 8315631. OLE color: 8315631.
HSL color Cylindrical-coordinate representation of color #EFE27E: hue angle of 53.1º 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 #EFE27E is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 226 | 126 | - |
| CMYK | 0 | 0.05 | 0.47 | 0.06 |
| HSL | 53.1º | 0.78% | 0.72% | - |
| HSV(B) | 53.1º | 0.47% | 0.94% | - |
| XYZ | 66.56 | 74.25 | 30.56 | - |
| YUV | 218.49 | 75.81 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 226 | 126 | 0 | 0.05 | 0.47 | 0.06 | 53.1 | 0.78 | 0.72 |
| Hex | EF | E2 | 7E | 0 | 5 | 2F | 6 | 35 | 4E | 48 |
| Octal | 357 | 342 | 176 | 0 | 5 | 57 | 6 | 65 | 116 | 110 |
| Binary | 11101111 | 11100010 | 1111110 | 0 | 101 | 101111 | 110 | 110101 | 1001110 | 1001000 |
Color Harmonies of #EFE27E
Complementary color
Monochromatic Colors of #EFE27E
Black with #EFE27E
Text Example
Text Example
White with #EFE27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE27E; }
p { color: rgb(239,226,126); }
H1.HeaderClassName
{
color: #EFE27E;
}
.AnyTagClassName
{
color: #EFE27E;
}
</style>
background-color css
<style>
a { background-color: #EFE27E; }
a { background-color: rgb(239,226,126); }
div.DivClassName
{
background-color: #EFE27E;
}
.BgClassName
{
background-color: #EFE27E;
}
</style>
border-color css
<style>
span { border-color: #EFE27E; }
span { border-color: rgb(239,226,126); }
td.TdClassName
{
border-color: #EFE27E;
}
.TagClassName
{
border-color: #EFE27E;
}
</style>