Shades of Texas #EFE27B
Tints of Texas #EFE27B
RGB
CMYK
RGB Variations
Color information
#EFE27B (or 0xEFE27B) is known color: Texas. HEX triplet: EF, E2 and 7B. RGB value is (239,226,123). Sum of RGB (Red+Green+Blue) = 239+226+123=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 226 (88.67% from 255 or 38.44% from 588); Blue value is 123 (48.44% from 255 or 20.92% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE27B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE27B is #101D84. Grayscale: #DADADA. Windows color (decimal): -1056133 or 8119023. OLE color: 8119023.
HSL color Cylindrical-coordinate representation of color #EFE27B: hue angle of 53.28º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EFE27B is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 226 | 123 | - |
| CMYK | 0 | 0.05 | 0.49 | 0.06 |
| HSL | 53.28º | 0.78% | 0.71% | - |
| HSV(B) | 53.28º | 0.49% | 0.94% | - |
| XYZ | 66.37 | 74.17 | 29.56 | - |
| YUV | 218.15 | 74.31 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 226 | 123 | 0 | 0.05 | 0.49 | 0.06 | 53.28 | 0.78 | 0.71 |
| Hex | EF | E2 | 7B | 0 | 5 | 31 | 6 | 35 | 4E | 47 |
| Octal | 357 | 342 | 173 | 0 | 5 | 61 | 6 | 65 | 116 | 107 |
| Binary | 11101111 | 11100010 | 1111011 | 0 | 101 | 110001 | 110 | 110101 | 1001110 | 1000111 |
Color Harmonies of #EFE27B
Complementary color
Monochromatic Colors of #EFE27B
Black with #EFE27B
Text Example
Text Example
White with #EFE27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE27B; }
p { color: rgb(239,226,123); }
H1.HeaderClassName
{
color: #EFE27B;
}
.AnyTagClassName
{
color: #EFE27B;
}
</style>
background-color css
<style>
a { background-color: #EFE27B; }
a { background-color: rgb(239,226,123); }
div.DivClassName
{
background-color: #EFE27B;
}
.BgClassName
{
background-color: #EFE27B;
}
</style>
border-color css
<style>
span { border-color: #EFE27B; }
span { border-color: rgb(239,226,123); }
td.TdClassName
{
border-color: #EFE27B;
}
.TagClassName
{
border-color: #EFE27B;
}
</style>