Shades of Texas #EFE473
Tints of Texas #EFE473
RGB
CMYK
RGB Variations
Color information
#EFE473 (or 0xEFE473) is known color: Texas. HEX triplet: EF, E4 and 73. RGB value is (239,228,115). Sum of RGB (Red+Green+Blue) = 239+228+115=582 (77% of max value = 765). Red value is 239 (93.75% from 255 or 41.07% from 582); Green value is 228 (89.45% from 255 or 39.18% from 582); Blue value is 115 (45.31% from 255 or 19.76% from 582); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE473 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE473 is #101B8C. Grayscale: #DADADA. Windows color (decimal): -1055629 or 7595247. OLE color: 7595247.
HSL color Cylindrical-coordinate representation of color #EFE473: hue angle of 54.68º degrees, saturation: 0.79, 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 #EFE473 is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 228 | 115 | - |
| CMYK | 0 | 0.05 | 0.52 | 0.06 |
| HSL | 54.68º | 0.79% | 0.69% | - |
| HSV(B) | 54.68º | 0.52% | 0.94% | - |
| XYZ | 66.43 | 75.08 | 27.21 | - |
| YUV | 218.41 | 69.64 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 228 | 115 | 0 | 0.05 | 0.52 | 0.06 | 54.68 | 0.79 | 0.69 |
| Hex | EF | E4 | 73 | 0 | 5 | 34 | 6 | 37 | 4F | 45 |
| Octal | 357 | 344 | 163 | 0 | 5 | 64 | 6 | 67 | 117 | 105 |
| Binary | 11101111 | 11100100 | 1110011 | 0 | 101 | 110100 | 110 | 110111 | 1001111 | 1000101 |
Color Harmonies of #EFE473
Complementary color
Monochromatic Colors of #EFE473
Black with #EFE473
Text Example
Text Example
White with #EFE473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE473; }
p { color: rgb(239,228,115); }
H1.HeaderClassName
{
color: #EFE473;
}
.AnyTagClassName
{
color: #EFE473;
}
</style>
background-color css
<style>
a { background-color: #EFE473; }
a { background-color: rgb(239,228,115); }
div.DivClassName
{
background-color: #EFE473;
}
.BgClassName
{
background-color: #EFE473;
}
</style>
border-color css
<style>
span { border-color: #EFE473; }
span { border-color: rgb(239,228,115); }
td.TdClassName
{
border-color: #EFE473;
}
.TagClassName
{
border-color: #EFE473;
}
</style>