Shades of Texas #EFE274
Tints of Texas #EFE274
RGB
CMYK
RGB Variations
Color information
#EFE274 (or 0xEFE274) is known color: Texas. HEX triplet: EF, E2 and 74. RGB value is (239,226,116). Sum of RGB (Red+Green+Blue) = 239+226+116=581 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.14% from 581); Green value is 226 (88.67% from 255 or 38.90% from 581); Blue value is 116 (45.70% from 255 or 19.97% from 581); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE274 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE274 is #101D8B. Grayscale: #D9D9D9. Windows color (decimal): -1056140 or 7660271. OLE color: 7660271.
HSL color Cylindrical-coordinate representation of color #EFE274: hue angle of 53.66º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EFE274 is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 226 | 116 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.06 |
| HSL | 53.66º | 0.79% | 0.7% | - |
| HSV(B) | 53.66º | 0.51% | 0.94% | - |
| XYZ | 65.95 | 74 | 27.33 | - |
| YUV | 217.35 | 70.81 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 226 | 116 | 0 | 0.05 | 0.51 | 0.06 | 53.66 | 0.79 | 0.7 |
| Hex | EF | E2 | 74 | 0 | 5 | 33 | 6 | 36 | 4F | 46 |
| Octal | 357 | 342 | 164 | 0 | 5 | 63 | 6 | 66 | 117 | 106 |
| Binary | 11101111 | 11100010 | 1110100 | 0 | 101 | 110011 | 110 | 110110 | 1001111 | 1000110 |
Color Harmonies of #EFE274
Complementary color
Monochromatic Colors of #EFE274
Black with #EFE274
Text Example
Text Example
White with #EFE274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE274; }
p { color: rgb(239,226,116); }
H1.HeaderClassName
{
color: #EFE274;
}
.AnyTagClassName
{
color: #EFE274;
}
</style>
background-color css
<style>
a { background-color: #EFE274; }
a { background-color: rgb(239,226,116); }
div.DivClassName
{
background-color: #EFE274;
}
.BgClassName
{
background-color: #EFE274;
}
</style>
border-color css
<style>
span { border-color: #EFE274; }
span { border-color: rgb(239,226,116); }
td.TdClassName
{
border-color: #EFE274;
}
.TagClassName
{
border-color: #EFE274;
}
</style>