Shades of Texas #EFE77D
Tints of Texas #EFE77D
RGB
CMYK
RGB Variations
Color information
#EFE77D (or 0xEFE77D) is known color: Texas. HEX triplet: EF, E7 and 7D. RGB value is (239,231,125). Sum of RGB (Red+Green+Blue) = 239+231+125=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 231 (90.62% from 255 or 38.82% from 595); Blue value is 125 (49.22% from 255 or 21.01% from 595); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE77D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFE77D is #101882. Grayscale: #DDDDDD. Windows color (decimal): -1054851 or 8251375. OLE color: 8251375.
HSL color Cylindrical-coordinate representation of color #EFE77D: hue angle of 55.79º 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 #EFE77D is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 231 | 125 | - |
| CMYK | 0 | 0.03 | 0.48 | 0.06 |
| HSL | 55.79º | 0.78% | 0.71% | - |
| HSV(B) | 55.79º | 0.48% | 0.94% | - |
| XYZ | 67.87 | 76.98 | 30.68 | - |
| YUV | 221.31 | 73.65 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 231 | 125 | 0 | 0.03 | 0.48 | 0.06 | 55.79 | 0.78 | 0.71 |
| Hex | EF | E7 | 7D | 0 | 3 | 30 | 6 | 38 | 4E | 47 |
| Octal | 357 | 347 | 175 | 0 | 3 | 60 | 6 | 70 | 116 | 107 |
| Binary | 11101111 | 11100111 | 1111101 | 0 | 11 | 110000 | 110 | 111000 | 1001110 | 1000111 |
Color Harmonies of #EFE77D
Complementary color
Monochromatic Colors of #EFE77D
Black with #EFE77D
Text Example
Text Example
White with #EFE77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE77D; }
p { color: rgb(239,231,125); }
H1.HeaderClassName
{
color: #EFE77D;
}
.AnyTagClassName
{
color: #EFE77D;
}
</style>
background-color css
<style>
a { background-color: #EFE77D; }
a { background-color: rgb(239,231,125); }
div.DivClassName
{
background-color: #EFE77D;
}
.BgClassName
{
background-color: #EFE77D;
}
</style>
border-color css
<style>
span { border-color: #EFE77D; }
span { border-color: rgb(239,231,125); }
td.TdClassName
{
border-color: #EFE77D;
}
.TagClassName
{
border-color: #EFE77D;
}
</style>