Shades of Texas #EFE472
Tints of Texas #EFE472
RGB
CMYK
RGB Variations
Color information
#EFE472 (or 0xEFE472) is known color: Texas. HEX triplet: EF, E4 and 72. RGB value is (239,228,114). Sum of RGB (Red+Green+Blue) = 239+228+114=581 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.14% from 581); Green value is 228 (89.45% from 255 or 39.24% from 581); Blue value is 114 (44.92% from 255 or 19.62% from 581); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE472 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE472 is #101B8D. Grayscale: #DADADA. Windows color (decimal): -1055630 or 7529711. OLE color: 7529711.
HSL color Cylindrical-coordinate representation of color #EFE472: hue angle of 54.72º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EFE472 is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 228 | 114 | - |
| CMYK | 0 | 0.05 | 0.52 | 0.06 |
| HSL | 54.72º | 0.8% | 0.69% | - |
| HSV(B) | 54.72º | 0.52% | 0.94% | - |
| XYZ | 66.38 | 75.05 | 26.91 | - |
| YUV | 218.29 | 69.14 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 228 | 114 | 0 | 0.05 | 0.52 | 0.06 | 54.72 | 0.8 | 0.69 |
| Hex | EF | E4 | 72 | 0 | 5 | 34 | 6 | 37 | 50 | 45 |
| Octal | 357 | 344 | 162 | 0 | 5 | 64 | 6 | 67 | 120 | 105 |
| Binary | 11101111 | 11100100 | 1110010 | 0 | 101 | 110100 | 110 | 110111 | 1010000 | 1000101 |
Color Harmonies of #EFE472
Complementary color
Monochromatic Colors of #EFE472
Black with #EFE472
Text Example
Text Example
White with #EFE472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE472; }
p { color: rgb(239,228,114); }
H1.HeaderClassName
{
color: #EFE472;
}
.AnyTagClassName
{
color: #EFE472;
}
</style>
background-color css
<style>
a { background-color: #EFE472; }
a { background-color: rgb(239,228,114); }
div.DivClassName
{
background-color: #EFE472;
}
.BgClassName
{
background-color: #EFE472;
}
</style>
border-color css
<style>
span { border-color: #EFE472; }
span { border-color: rgb(239,228,114); }
td.TdClassName
{
border-color: #EFE472;
}
.TagClassName
{
border-color: #EFE472;
}
</style>