Shades of Texas #EFEC83
Tints of Texas #EFEC83
RGB
CMYK
RGB Variations
Color information
#EFEC83 (or 0xEFEC83) is known color: Texas. HEX triplet: EF, EC and 83. RGB value is (239,236,131). Sum of RGB (Red+Green+Blue) = 239+236+131=606 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.44% from 606); Green value is 236 (92.58% from 255 or 38.94% from 606); Blue value is 131 (51.56% from 255 or 21.62% from 606); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEC83 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEC83 is #10137C. Grayscale: #E1E1E1. Windows color (decimal): -1053565 or 8645871. OLE color: 8645871.
HSL color Cylindrical-coordinate representation of color #EFEC83: hue angle of 58.33º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EFEC83 is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 236 | 131 | - |
| CMYK | 0 | 0.01 | 0.45 | 0.06 |
| HSL | 58.33º | 0.77% | 0.73% | - |
| HSV(B) | 58.33º | 0.45% | 0.94% | - |
| XYZ | 69.69 | 79.98 | 33.24 | - |
| YUV | 224.93 | 74.99 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 236 | 131 | 0 | 0.01 | 0.45 | 0.06 | 58.33 | 0.77 | 0.73 |
| Hex | EF | EC | 83 | 0 | 1 | 2D | 6 | 3A | 4D | 49 |
| Octal | 357 | 354 | 203 | 0 | 1 | 55 | 6 | 72 | 115 | 111 |
| Binary | 11101111 | 11101100 | 10000011 | 0 | 1 | 101101 | 110 | 111010 | 1001101 | 1001001 |
Color Harmonies of #EFEC83
Complementary color
Monochromatic Colors of #EFEC83
Black with #EFEC83
Text Example
Text Example
White with #EFEC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEC83; }
p { color: rgb(239,236,131); }
H1.HeaderClassName
{
color: #EFEC83;
}
.AnyTagClassName
{
color: #EFEC83;
}
</style>
background-color css
<style>
a { background-color: #EFEC83; }
a { background-color: rgb(239,236,131); }
div.DivClassName
{
background-color: #EFEC83;
}
.BgClassName
{
background-color: #EFEC83;
}
</style>
border-color css
<style>
span { border-color: #EFEC83; }
span { border-color: rgb(239,236,131); }
td.TdClassName
{
border-color: #EFEC83;
}
.TagClassName
{
border-color: #EFEC83;
}
</style>