Shades of Texas #EFE985
Tints of Texas #EFE985
RGB
CMYK
RGB Variations
Color information
#EFE985 (or 0xEFE985) is known color: Texas. HEX triplet: EF, E9 and 85. RGB value is (239,233,133). Sum of RGB (Red+Green+Blue) = 239+233+133=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 233 (91.41% from 255 or 38.51% from 605); Blue value is 133 (52.34% from 255 or 21.98% from 605); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE985 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE985 is #10167A. Grayscale: #DFDFDF. Windows color (decimal): -1054331 or 8776175. OLE color: 8776175.
HSL color Cylindrical-coordinate representation of color #EFE985: hue angle of 56.6º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EFE985 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 233 | 133 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.06 |
| HSL | 56.6º | 0.77% | 0.73% | - |
| HSV(B) | 56.6º | 0.44% | 0.94% | - |
| XYZ | 68.97 | 78.32 | 33.67 | - |
| YUV | 223.39 | 76.99 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 233 | 133 | 0 | 0.03 | 0.44 | 0.06 | 56.6 | 0.77 | 0.73 |
| Hex | EF | E9 | 85 | 0 | 3 | 2C | 6 | 39 | 4D | 49 |
| Octal | 357 | 351 | 205 | 0 | 3 | 54 | 6 | 71 | 115 | 111 |
| Binary | 11101111 | 11101001 | 10000101 | 0 | 11 | 101100 | 110 | 111001 | 1001101 | 1001001 |
Color Harmonies of #EFE985
Complementary color
Monochromatic Colors of #EFE985
Black with #EFE985
Text Example
Text Example
White with #EFE985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE985; }
p { color: rgb(239,233,133); }
H1.HeaderClassName
{
color: #EFE985;
}
.AnyTagClassName
{
color: #EFE985;
}
</style>
background-color css
<style>
a { background-color: #EFE985; }
a { background-color: rgb(239,233,133); }
div.DivClassName
{
background-color: #EFE985;
}
.BgClassName
{
background-color: #EFE985;
}
</style>
border-color css
<style>
span { border-color: #EFE985; }
span { border-color: rgb(239,233,133); }
td.TdClassName
{
border-color: #EFE985;
}
.TagClassName
{
border-color: #EFE985;
}
</style>