Shades of Texas #EFE27D
Tints of Texas #EFE27D
RGB
CMYK
RGB Variations
Color information
#EFE27D (or 0xEFE27D) is known color: Texas. HEX triplet: EF, E2 and 7D. RGB value is (239,226,125). Sum of RGB (Red+Green+Blue) = 239+226+125=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 226 (88.67% from 255 or 38.31% from 590); Blue value is 125 (49.22% from 255 or 21.19% from 590); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE27D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE27D is #101D82. Grayscale: #DADADA. Windows color (decimal): -1056131 or 8250095. OLE color: 8250095.
HSL color Cylindrical-coordinate representation of color #EFE27D: hue angle of 53.16º 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 #EFE27D is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 226 | 125 | - |
| CMYK | 0 | 0.05 | 0.48 | 0.06 |
| HSL | 53.16º | 0.78% | 0.71% | - |
| HSV(B) | 53.16º | 0.48% | 0.94% | - |
| XYZ | 66.49 | 74.22 | 30.22 | - |
| YUV | 218.37 | 75.31 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 226 | 125 | 0 | 0.05 | 0.48 | 0.06 | 53.16 | 0.78 | 0.71 |
| Hex | EF | E2 | 7D | 0 | 5 | 30 | 6 | 35 | 4E | 47 |
| Octal | 357 | 342 | 175 | 0 | 5 | 60 | 6 | 65 | 116 | 107 |
| Binary | 11101111 | 11100010 | 1111101 | 0 | 101 | 110000 | 110 | 110101 | 1001110 | 1000111 |
Color Harmonies of #EFE27D
Complementary color
Monochromatic Colors of #EFE27D
Black with #EFE27D
Text Example
Text Example
White with #EFE27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE27D; }
p { color: rgb(239,226,125); }
H1.HeaderClassName
{
color: #EFE27D;
}
.AnyTagClassName
{
color: #EFE27D;
}
</style>
background-color css
<style>
a { background-color: #EFE27D; }
a { background-color: rgb(239,226,125); }
div.DivClassName
{
background-color: #EFE27D;
}
.BgClassName
{
background-color: #EFE27D;
}
</style>
border-color css
<style>
span { border-color: #EFE27D; }
span { border-color: rgb(239,226,125); }
td.TdClassName
{
border-color: #EFE27D;
}
.TagClassName
{
border-color: #EFE27D;
}
</style>