Shades of Texas #EFE684
Tints of Texas #EFE684
RGB
CMYK
RGB Variations
Color information
#EFE684 (or 0xEFE684) is known color: Texas. HEX triplet: EF, E6 and 84. RGB value is (239,230,132). Sum of RGB (Red+Green+Blue) = 239+230+132=601 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.77% from 601); Green value is 230 (90.23% from 255 or 38.27% from 601); Blue value is 132 (51.95% from 255 or 21.96% from 601); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE684 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE684 is #10197B. Grayscale: #DDDDDD. Windows color (decimal): -1055100 or 8709871. OLE color: 8709871.
HSL color Cylindrical-coordinate representation of color #EFE684: hue angle of 54.95º 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 #EFE684 is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 230 | 132 | - |
| CMYK | 0 | 0.04 | 0.45 | 0.06 |
| HSL | 54.95º | 0.77% | 0.73% | - |
| HSV(B) | 54.95º | 0.45% | 0.94% | - |
| XYZ | 68.06 | 76.61 | 33.03 | - |
| YUV | 221.52 | 77.48 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 230 | 132 | 0 | 0.04 | 0.45 | 0.06 | 54.95 | 0.77 | 0.73 |
| Hex | EF | E6 | 84 | 0 | 4 | 2D | 6 | 37 | 4D | 49 |
| Octal | 357 | 346 | 204 | 0 | 4 | 55 | 6 | 67 | 115 | 111 |
| Binary | 11101111 | 11100110 | 10000100 | 0 | 100 | 101101 | 110 | 110111 | 1001101 | 1001001 |
Color Harmonies of #EFE684
Complementary color
Monochromatic Colors of #EFE684
Black with #EFE684
Text Example
Text Example
White with #EFE684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE684; }
p { color: rgb(239,230,132); }
H1.HeaderClassName
{
color: #EFE684;
}
.AnyTagClassName
{
color: #EFE684;
}
</style>
background-color css
<style>
a { background-color: #EFE684; }
a { background-color: rgb(239,230,132); }
div.DivClassName
{
background-color: #EFE684;
}
.BgClassName
{
background-color: #EFE684;
}
</style>
border-color css
<style>
span { border-color: #EFE684; }
span { border-color: rgb(239,230,132); }
td.TdClassName
{
border-color: #EFE684;
}
.TagClassName
{
border-color: #EFE684;
}
</style>