Shades of Texas #EFE672
Tints of Texas #EFE672
RGB
CMYK
RGB Variations
Color information
#EFE672 (or 0xEFE672) is known color: Texas. HEX triplet: EF, E6 and 72. RGB value is (239,230,114). Sum of RGB (Red+Green+Blue) = 239+230+114=583 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.99% from 583); Green value is 230 (90.23% from 255 or 39.45% from 583); Blue value is 114 (44.92% from 255 or 19.55% from 583); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE672 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFE672 is #10198D. Grayscale: #DBDBDB. Windows color (decimal): -1055118 or 7530223. OLE color: 7530223.
HSL color Cylindrical-coordinate representation of color #EFE672: hue angle of 55.68º 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 #EFE672 is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 230 | 114 | - |
| CMYK | 0 | 0.04 | 0.52 | 0.06 |
| HSL | 55.68º | 0.8% | 0.69% | - |
| HSV(B) | 55.68º | 0.52% | 0.94% | - |
| XYZ | 66.93 | 76.16 | 27.09 | - |
| YUV | 219.47 | 68.48 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 230 | 114 | 0 | 0.04 | 0.52 | 0.06 | 55.68 | 0.8 | 0.69 |
| Hex | EF | E6 | 72 | 0 | 4 | 34 | 6 | 38 | 50 | 45 |
| Octal | 357 | 346 | 162 | 0 | 4 | 64 | 6 | 70 | 120 | 105 |
| Binary | 11101111 | 11100110 | 1110010 | 0 | 100 | 110100 | 110 | 111000 | 1010000 | 1000101 |
Color Harmonies of #EFE672
Complementary color
Monochromatic Colors of #EFE672
Black with #EFE672
Text Example
Text Example
White with #EFE672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE672; }
p { color: rgb(239,230,114); }
H1.HeaderClassName
{
color: #EFE672;
}
.AnyTagClassName
{
color: #EFE672;
}
</style>
background-color css
<style>
a { background-color: #EFE672; }
a { background-color: rgb(239,230,114); }
div.DivClassName
{
background-color: #EFE672;
}
.BgClassName
{
background-color: #EFE672;
}
</style>
border-color css
<style>
span { border-color: #EFE672; }
span { border-color: rgb(239,230,114); }
td.TdClassName
{
border-color: #EFE672;
}
.TagClassName
{
border-color: #EFE672;
}
</style>