Shades of Texas #EBE57D
Tints of Texas #EBE57D
RGB
CMYK
RGB Variations
Color information
#EBE57D (or 0xEBE57D) is known color: Texas. HEX triplet: EB, E5 and 7D. RGB value is (235,229,125). Sum of RGB (Red+Green+Blue) = 235+229+125=589 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.90% from 589); Green value is 229 (89.84% from 255 or 38.88% from 589); Blue value is 125 (49.22% from 255 or 21.22% from 589); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE57D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBE57D is #141A82. Grayscale: #DBDBDB. Windows color (decimal): -1317507 or 8250859. OLE color: 8250859.
HSL color Cylindrical-coordinate representation of color #EBE57D: hue angle of 56.73º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EBE57D is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 229 | 125 | - |
| CMYK | 0 | 0.03 | 0.47 | 0.08 |
| HSL | 56.73º | 0.73% | 0.71% | - |
| HSV(B) | 56.73º | 0.47% | 0.92% | - |
| XYZ | 65.98 | 75.18 | 30.44 | - |
| YUV | 218.94 | 74.99 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 229 | 125 | 0 | 0.03 | 0.47 | 0.08 | 56.73 | 0.73 | 0.71 |
| Hex | EB | E5 | 7D | 0 | 3 | 2F | 8 | 39 | 49 | 47 |
| Octal | 353 | 345 | 175 | 0 | 3 | 57 | 10 | 71 | 111 | 107 |
| Binary | 11101011 | 11100101 | 1111101 | 0 | 11 | 101111 | 1000 | 111001 | 1001001 | 1000111 |
Color Harmonies of #EBE57D
Complementary color
Monochromatic Colors of #EBE57D
Black with #EBE57D
Text Example
Text Example
White with #EBE57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE57D; }
p { color: rgb(235,229,125); }
H1.HeaderClassName
{
color: #EBE57D;
}
.AnyTagClassName
{
color: #EBE57D;
}
</style>
background-color css
<style>
a { background-color: #EBE57D; }
a { background-color: rgb(235,229,125); }
div.DivClassName
{
background-color: #EBE57D;
}
.BgClassName
{
background-color: #EBE57D;
}
</style>
border-color css
<style>
span { border-color: #EBE57D; }
span { border-color: rgb(235,229,125); }
td.TdClassName
{
border-color: #EBE57D;
}
.TagClassName
{
border-color: #EBE57D;
}
</style>