Shades of Texas #EBE07A
Tints of Texas #EBE07A
RGB
CMYK
RGB Variations
Color information
#EBE07A (or 0xEBE07A) is known color: Texas. HEX triplet: EB, E0 and 7A. RGB value is (235,224,122). Sum of RGB (Red+Green+Blue) = 235+224+122=581 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.45% from 581); Green value is 224 (87.89% from 255 or 38.55% from 581); Blue value is 122 (48.05% from 255 or 21.00% from 581); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE07A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBE07A is #141F85. Grayscale: #D8D8D8. Windows color (decimal): -1318790 or 8052971. OLE color: 8052971.
HSL color Cylindrical-coordinate representation of color #EBE07A: hue angle of 54.16º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EBE07A is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 224 | 122 | - |
| CMYK | 0 | 0.05 | 0.48 | 0.08 |
| HSL | 54.16º | 0.74% | 0.7% | - |
| HSV(B) | 54.16º | 0.48% | 0.92% | - |
| XYZ | 64.43 | 72.38 | 28.99 | - |
| YUV | 215.66 | 75.14 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 224 | 122 | 0 | 0.05 | 0.48 | 0.08 | 54.16 | 0.74 | 0.7 |
| Hex | EB | E0 | 7A | 0 | 5 | 30 | 8 | 36 | 4A | 46 |
| Octal | 353 | 340 | 172 | 0 | 5 | 60 | 10 | 66 | 112 | 106 |
| Binary | 11101011 | 11100000 | 1111010 | 0 | 101 | 110000 | 1000 | 110110 | 1001010 | 1000110 |
Color Harmonies of #EBE07A
Complementary color
Monochromatic Colors of #EBE07A
Black with #EBE07A
Text Example
Text Example
White with #EBE07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE07A; }
p { color: rgb(235,224,122); }
H1.HeaderClassName
{
color: #EBE07A;
}
.AnyTagClassName
{
color: #EBE07A;
}
</style>
background-color css
<style>
a { background-color: #EBE07A; }
a { background-color: rgb(235,224,122); }
div.DivClassName
{
background-color: #EBE07A;
}
.BgClassName
{
background-color: #EBE07A;
}
</style>
border-color css
<style>
span { border-color: #EBE07A; }
span { border-color: rgb(235,224,122); }
td.TdClassName
{
border-color: #EBE07A;
}
.TagClassName
{
border-color: #EBE07A;
}
</style>