Shades of Texas #EFE67B
Tints of Texas #EFE67B
RGB
CMYK
RGB Variations
Color information
#EFE67B (or 0xEFE67B) is known color: Texas. HEX triplet: EF, E6 and 7B. RGB value is (239,230,123). Sum of RGB (Red+Green+Blue) = 239+230+123=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 230 (90.23% from 255 or 38.85% from 592); Blue value is 123 (48.44% from 255 or 20.78% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE67B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFE67B is #101984. Grayscale: #DCDCDC. Windows color (decimal): -1055109 or 8120047. OLE color: 8120047.
HSL color Cylindrical-coordinate representation of color #EFE67B: hue angle of 55.34º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EFE67B is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 230 | 123 | - |
| CMYK | 0 | 0.04 | 0.49 | 0.06 |
| HSL | 55.34º | 0.78% | 0.71% | - |
| HSV(B) | 55.34º | 0.49% | 0.94% | - |
| XYZ | 67.47 | 76.37 | 29.92 | - |
| YUV | 220.49 | 72.98 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 230 | 123 | 0 | 0.04 | 0.49 | 0.06 | 55.34 | 0.78 | 0.71 |
| Hex | EF | E6 | 7B | 0 | 4 | 31 | 6 | 37 | 4E | 47 |
| Octal | 357 | 346 | 173 | 0 | 4 | 61 | 6 | 67 | 116 | 107 |
| Binary | 11101111 | 11100110 | 1111011 | 0 | 100 | 110001 | 110 | 110111 | 1001110 | 1000111 |
Color Harmonies of #EFE67B
Complementary color
Monochromatic Colors of #EFE67B
Black with #EFE67B
Text Example
Text Example
White with #EFE67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE67B; }
p { color: rgb(239,230,123); }
H1.HeaderClassName
{
color: #EFE67B;
}
.AnyTagClassName
{
color: #EFE67B;
}
</style>
background-color css
<style>
a { background-color: #EFE67B; }
a { background-color: rgb(239,230,123); }
div.DivClassName
{
background-color: #EFE67B;
}
.BgClassName
{
background-color: #EFE67B;
}
</style>
border-color css
<style>
span { border-color: #EFE67B; }
span { border-color: rgb(239,230,123); }
td.TdClassName
{
border-color: #EFE67B;
}
.TagClassName
{
border-color: #EFE67B;
}
</style>