Shades of Texas #EFE67C
Tints of Texas #EFE67C
RGB
CMYK
RGB Variations
Color information
#EFE67C (or 0xEFE67C) is known color: Texas. HEX triplet: EF, E6 and 7C. RGB value is (239,230,124). Sum of RGB (Red+Green+Blue) = 239+230+124=593 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.30% from 593); Green value is 230 (90.23% from 255 or 38.79% from 593); Blue value is 124 (48.83% from 255 or 20.91% from 593); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE67C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFE67C is #101983. Grayscale: #DDDDDD. Windows color (decimal): -1055108 or 8185583. OLE color: 8185583.
HSL color Cylindrical-coordinate representation of color #EFE67C: hue angle of 55.3º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EFE67C is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 230 | 124 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.06 |
| HSL | 55.3º | 0.78% | 0.71% | - |
| HSV(B) | 55.3º | 0.48% | 0.94% | - |
| XYZ | 67.53 | 76.4 | 30.26 | - |
| YUV | 220.61 | 73.48 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 230 | 124 | 0 | 0.04 | 0.48 | 0.06 | 55.3 | 0.78 | 0.71 |
| Hex | EF | E6 | 7C | 0 | 4 | 30 | 6 | 37 | 4E | 47 |
| Octal | 357 | 346 | 174 | 0 | 4 | 60 | 6 | 67 | 116 | 107 |
| Binary | 11101111 | 11100110 | 1111100 | 0 | 100 | 110000 | 110 | 110111 | 1001110 | 1000111 |
Color Harmonies of #EFE67C
Complementary color
Monochromatic Colors of #EFE67C
Black with #EFE67C
Text Example
Text Example
White with #EFE67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE67C; }
p { color: rgb(239,230,124); }
H1.HeaderClassName
{
color: #EFE67C;
}
.AnyTagClassName
{
color: #EFE67C;
}
</style>
background-color css
<style>
a { background-color: #EFE67C; }
a { background-color: rgb(239,230,124); }
div.DivClassName
{
background-color: #EFE67C;
}
.BgClassName
{
background-color: #EFE67C;
}
</style>
border-color css
<style>
span { border-color: #EFE67C; }
span { border-color: rgb(239,230,124); }
td.TdClassName
{
border-color: #EFE67C;
}
.TagClassName
{
border-color: #EFE67C;
}
</style>