Shades of Texas #EFE878
Tints of Texas #EFE878
RGB
CMYK
RGB Variations
Color information
#EFE878 (or 0xEFE878) is known color: Texas. HEX triplet: EF, E8 and 78. RGB value is (239,232,120). Sum of RGB (Red+Green+Blue) = 239+232+120=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 232 (91.02% from 255 or 39.26% from 591); Blue value is 120 (47.27% from 255 or 20.30% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE878 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFE878 is #101787. Grayscale: #DDDDDD. Windows color (decimal): -1054600 or 7923951. OLE color: 7923951.
HSL color Cylindrical-coordinate representation of color #EFE878: hue angle of 56.47º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EFE878 is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 232 | 120 | - |
| CMYK | 0 | 0.03 | 0.50 | 0.06 |
| HSL | 56.47º | 0.79% | 0.7% | - |
| HSV(B) | 56.47º | 0.5% | 0.94% | - |
| XYZ | 67.84 | 77.42 | 29.14 | - |
| YUV | 221.33 | 70.82 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 232 | 120 | 0 | 0.03 | 0.50 | 0.06 | 56.47 | 0.79 | 0.7 |
| Hex | EF | E8 | 78 | 0 | 3 | 32 | 6 | 38 | 4F | 46 |
| Octal | 357 | 350 | 170 | 0 | 3 | 62 | 6 | 70 | 117 | 106 |
| Binary | 11101111 | 11101000 | 1111000 | 0 | 11 | 110010 | 110 | 111000 | 1001111 | 1000110 |
Color Harmonies of #EFE878
Complementary color
Monochromatic Colors of #EFE878
Black with #EFE878
Text Example
Text Example
White with #EFE878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE878; }
p { color: rgb(239,232,120); }
H1.HeaderClassName
{
color: #EFE878;
}
.AnyTagClassName
{
color: #EFE878;
}
</style>
background-color css
<style>
a { background-color: #EFE878; }
a { background-color: rgb(239,232,120); }
div.DivClassName
{
background-color: #EFE878;
}
.BgClassName
{
background-color: #EFE878;
}
</style>
border-color css
<style>
span { border-color: #EFE878; }
span { border-color: rgb(239,232,120); }
td.TdClassName
{
border-color: #EFE878;
}
.TagClassName
{
border-color: #EFE878;
}
</style>