Shades of Texas #EBEB75
Tints of Texas #EBEB75
RGB
CMYK
RGB Variations
Color information
#EBEB75 (or 0xEBEB75) is known color: Texas. HEX triplet: EB, EB and 75. RGB value is (235,235,117). Sum of RGB (Red+Green+Blue) = 235+235+117=587 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.03% from 587); Green value is 235 (92.19% from 255 or 40.03% from 587); Blue value is 117 (46.09% from 255 or 19.93% from 587); Max value from RGB is 235 - color contains mainly: red, green. Hex color #EBEB75 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBEB75 is #14148A. Grayscale: #DEDEDE. Windows color (decimal): -1315979 or 7728107. OLE color: 7728107.
HSL color Cylindrical-coordinate representation of color #EBEB75: hue angle of 60º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EBEB75 is Cyan = 0, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 235 | 117 | - |
| CMYK | 0 | 0 | 0.50 | 0.08 |
| HSL | 60º | 0.75% | 0.69% | - |
| HSV(B) | 60º | 0.5% | 0.92% | - |
| XYZ | 67.18 | 78.36 | 28.41 | - |
| YUV | 221.55 | 69 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 235 | 117 | 0 | 0 | 0.50 | 0.08 | 60 | 0.75 | 0.69 |
| Hex | EB | EB | 75 | 0 | 0 | 32 | 8 | 3C | 4B | 45 |
| Octal | 353 | 353 | 165 | 0 | 0 | 62 | 10 | 74 | 113 | 105 |
| Binary | 11101011 | 11101011 | 1110101 | 0 | 0 | 110010 | 1000 | 111100 | 1001011 | 1000101 |
Color Harmonies of #EBEB75
Complementary color
Monochromatic Colors of #EBEB75
Black with #EBEB75
Text Example
Text Example
White with #EBEB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEB75; }
p { color: rgb(235,235,117); }
H1.HeaderClassName
{
color: #EBEB75;
}
.AnyTagClassName
{
color: #EBEB75;
}
</style>
background-color css
<style>
a { background-color: #EBEB75; }
a { background-color: rgb(235,235,117); }
div.DivClassName
{
background-color: #EBEB75;
}
.BgClassName
{
background-color: #EBEB75;
}
</style>
border-color css
<style>
span { border-color: #EBEB75; }
span { border-color: rgb(235,235,117); }
td.TdClassName
{
border-color: #EBEB75;
}
.TagClassName
{
border-color: #EBEB75;
}
</style>