Shades of Texas #EFE47F
Tints of Texas #EFE47F
RGB
CMYK
RGB Variations
Color information
#EFE47F (or 0xEFE47F) is known color: Texas. HEX triplet: EF, E4 and 7F. RGB value is (239,228,127). Sum of RGB (Red+Green+Blue) = 239+228+127=594 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.24% from 594); Green value is 228 (89.45% from 255 or 38.38% from 594); Blue value is 127 (50% from 255 or 21.38% from 594); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE47F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE47F is #101B80. Grayscale: #DCDCDC. Windows color (decimal): -1055617 or 8381679. OLE color: 8381679.
HSL color Cylindrical-coordinate representation of color #EFE47F: hue angle of 54.11º 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 #EFE47F is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 228 | 127 | - |
| CMYK | 0 | 0.05 | 0.47 | 0.06 |
| HSL | 54.11º | 0.78% | 0.72% | - |
| HSV(B) | 54.11º | 0.47% | 0.94% | - |
| XYZ | 67.17 | 75.37 | 31.09 | - |
| YUV | 219.78 | 75.64 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 228 | 127 | 0 | 0.05 | 0.47 | 0.06 | 54.11 | 0.78 | 0.72 |
| Hex | EF | E4 | 7F | 0 | 5 | 2F | 6 | 36 | 4E | 48 |
| Octal | 357 | 344 | 177 | 0 | 5 | 57 | 6 | 66 | 116 | 110 |
| Binary | 11101111 | 11100100 | 1111111 | 0 | 101 | 101111 | 110 | 110110 | 1001110 | 1001000 |
Color Harmonies of #EFE47F
Complementary color
Monochromatic Colors of #EFE47F
Black with #EFE47F
Text Example
Text Example
White with #EFE47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE47F; }
p { color: rgb(239,228,127); }
H1.HeaderClassName
{
color: #EFE47F;
}
.AnyTagClassName
{
color: #EFE47F;
}
</style>
background-color css
<style>
a { background-color: #EFE47F; }
a { background-color: rgb(239,228,127); }
div.DivClassName
{
background-color: #EFE47F;
}
.BgClassName
{
background-color: #EFE47F;
}
</style>
border-color css
<style>
span { border-color: #EFE47F; }
span { border-color: rgb(239,228,127); }
td.TdClassName
{
border-color: #EFE47F;
}
.TagClassName
{
border-color: #EFE47F;
}
</style>