Shades of Texas #EFE67E
Tints of Texas #EFE67E
RGB
CMYK
RGB Variations
Color information
#EFE67E (or 0xEFE67E) is known color: Texas. HEX triplet: EF, E6 and 7E. RGB value is (239,230,126). Sum of RGB (Red+Green+Blue) = 239+230+126=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 230 (90.23% from 255 or 38.66% from 595); Blue value is 126 (49.61% from 255 or 21.18% from 595); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE67E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFE67E is #101981. Grayscale: #DDDDDD. Windows color (decimal): -1055106 or 8316655. OLE color: 8316655.
HSL color Cylindrical-coordinate representation of color #EFE67E: hue angle of 55.22º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EFE67E is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 230 | 126 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.06 |
| HSL | 55.22º | 0.78% | 0.72% | - |
| HSV(B) | 55.22º | 0.47% | 0.94% | - |
| XYZ | 67.66 | 76.45 | 30.93 | - |
| YUV | 220.84 | 74.48 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 230 | 126 | 0 | 0.04 | 0.47 | 0.06 | 55.22 | 0.78 | 0.72 |
| Hex | EF | E6 | 7E | 0 | 4 | 2F | 6 | 37 | 4E | 48 |
| Octal | 357 | 346 | 176 | 0 | 4 | 57 | 6 | 67 | 116 | 110 |
| Binary | 11101111 | 11100110 | 1111110 | 0 | 100 | 101111 | 110 | 110111 | 1001110 | 1001000 |
Color Harmonies of #EFE67E
Complementary color
Monochromatic Colors of #EFE67E
Black with #EFE67E
Text Example
Text Example
White with #EFE67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE67E; }
p { color: rgb(239,230,126); }
H1.HeaderClassName
{
color: #EFE67E;
}
.AnyTagClassName
{
color: #EFE67E;
}
</style>
background-color css
<style>
a { background-color: #EFE67E; }
a { background-color: rgb(239,230,126); }
div.DivClassName
{
background-color: #EFE67E;
}
.BgClassName
{
background-color: #EFE67E;
}
</style>
border-color css
<style>
span { border-color: #EFE67E; }
span { border-color: rgb(239,230,126); }
td.TdClassName
{
border-color: #EFE67E;
}
.TagClassName
{
border-color: #EFE67E;
}
</style>