Shades of Texas #EFEE83
Tints of Texas #EFEE83
RGB
CMYK
RGB Variations
Color information
#EFEE83 (or 0xEFEE83) is known color: Texas. HEX triplet: EF, EE and 83. RGB value is (239,238,131). Sum of RGB (Red+Green+Blue) = 239+238+131=608 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.31% from 608); Green value is 238 (93.36% from 255 or 39.14% from 608); Blue value is 131 (51.56% from 255 or 21.55% from 608); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEE83 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEE83 is #10117C. Grayscale: #E2E2E2. Windows color (decimal): -1053053 or 8646383. OLE color: 8646383.
HSL color Cylindrical-coordinate representation of color #EFEE83: hue angle of 59.44º 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 #EFEE83 is Cyan = 0, Magento = 0.00, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 238 | 131 | - |
| CMYK | 0 | 0.00 | 0.45 | 0.06 |
| HSL | 59.44º | 0.77% | 0.73% | - |
| HSV(B) | 59.44º | 0.45% | 0.94% | - |
| XYZ | 70.27 | 81.14 | 33.43 | - |
| YUV | 226.1 | 74.33 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 238 | 131 | 0 | 0.00 | 0.45 | 0.06 | 59.44 | 0.77 | 0.73 |
| Hex | EF | EE | 83 | 0 | 0 | 2D | 6 | 3B | 4D | 49 |
| Octal | 357 | 356 | 203 | 0 | 0 | 55 | 6 | 73 | 115 | 111 |
| Binary | 11101111 | 11101110 | 10000011 | 0 | 0 | 101101 | 110 | 111011 | 1001101 | 1001001 |
Color Harmonies of #EFEE83
Complementary color
Monochromatic Colors of #EFEE83
Black with #EFEE83
Text Example
Text Example
White with #EFEE83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEE83; }
p { color: rgb(239,238,131); }
H1.HeaderClassName
{
color: #EFEE83;
}
.AnyTagClassName
{
color: #EFEE83;
}
</style>
background-color css
<style>
a { background-color: #EFEE83; }
a { background-color: rgb(239,238,131); }
div.DivClassName
{
background-color: #EFEE83;
}
.BgClassName
{
background-color: #EFEE83;
}
</style>
border-color css
<style>
span { border-color: #EFEE83; }
span { border-color: rgb(239,238,131); }
td.TdClassName
{
border-color: #EFEE83;
}
.TagClassName
{
border-color: #EFEE83;
}
</style>