Shades of Texas #EFE47A
Tints of Texas #EFE47A
RGB
CMYK
RGB Variations
Color information
#EFE47A (or 0xEFE47A) is known color: Texas. HEX triplet: EF, E4 and 7A. RGB value is (239,228,122). Sum of RGB (Red+Green+Blue) = 239+228+122=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 228 (89.45% from 255 or 38.71% from 589); Blue value is 122 (48.05% from 255 or 20.71% from 589); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE47A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE47A is #101B85. Grayscale: #DBDBDB. Windows color (decimal): -1055622 or 8053999. OLE color: 8053999.
HSL color Cylindrical-coordinate representation of color #EFE47A: hue angle of 54.36º 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 #EFE47A is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 228 | 122 | - |
| CMYK | 0 | 0.05 | 0.49 | 0.06 |
| HSL | 54.36º | 0.79% | 0.71% | - |
| HSV(B) | 54.36º | 0.49% | 0.94% | - |
| XYZ | 66.85 | 75.24 | 29.41 | - |
| YUV | 219.21 | 73.14 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 228 | 122 | 0 | 0.05 | 0.49 | 0.06 | 54.36 | 0.79 | 0.71 |
| Hex | EF | E4 | 7A | 0 | 5 | 31 | 6 | 36 | 4F | 47 |
| Octal | 357 | 344 | 172 | 0 | 5 | 61 | 6 | 66 | 117 | 107 |
| Binary | 11101111 | 11100100 | 1111010 | 0 | 101 | 110001 | 110 | 110110 | 1001111 | 1000111 |
Color Harmonies of #EFE47A
Complementary color
Monochromatic Colors of #EFE47A
Black with #EFE47A
Text Example
Text Example
White with #EFE47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE47A; }
p { color: rgb(239,228,122); }
H1.HeaderClassName
{
color: #EFE47A;
}
.AnyTagClassName
{
color: #EFE47A;
}
</style>
background-color css
<style>
a { background-color: #EFE47A; }
a { background-color: rgb(239,228,122); }
div.DivClassName
{
background-color: #EFE47A;
}
.BgClassName
{
background-color: #EFE47A;
}
</style>
border-color css
<style>
span { border-color: #EFE47A; }
span { border-color: rgb(239,228,122); }
td.TdClassName
{
border-color: #EFE47A;
}
.TagClassName
{
border-color: #EFE47A;
}
</style>