Shades of Texas #EBE17B
Tints of Texas #EBE17B
RGB
CMYK
RGB Variations
Color information
#EBE17B (or 0xEBE17B) is known color: Texas. HEX triplet: EB, E1 and 7B. RGB value is (235,225,123). Sum of RGB (Red+Green+Blue) = 235+225+123=583 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.31% from 583); Green value is 225 (88.28% from 255 or 38.59% from 583); Blue value is 123 (48.44% from 255 or 21.10% from 583); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE17B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBE17B is #141E84. Grayscale: #D8D8D8. Windows color (decimal): -1318533 or 8118763. OLE color: 8118763.
HSL color Cylindrical-coordinate representation of color #EBE17B: hue angle of 54.64º 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 #EBE17B is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 225 | 123 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.08 |
| HSL | 54.64º | 0.74% | 0.7% | - |
| HSV(B) | 54.64º | 0.48% | 0.92% | - |
| XYZ | 64.76 | 72.94 | 29.4 | - |
| YUV | 216.36 | 75.31 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 225 | 123 | 0 | 0.04 | 0.48 | 0.08 | 54.64 | 0.74 | 0.7 |
| Hex | EB | E1 | 7B | 0 | 4 | 30 | 8 | 37 | 4A | 46 |
| Octal | 353 | 341 | 173 | 0 | 4 | 60 | 10 | 67 | 112 | 106 |
| Binary | 11101011 | 11100001 | 1111011 | 0 | 100 | 110000 | 1000 | 110111 | 1001010 | 1000110 |
Color Harmonies of #EBE17B
Complementary color
Monochromatic Colors of #EBE17B
Black with #EBE17B
Text Example
Text Example
White with #EBE17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE17B; }
p { color: rgb(235,225,123); }
H1.HeaderClassName
{
color: #EBE17B;
}
.AnyTagClassName
{
color: #EBE17B;
}
</style>
background-color css
<style>
a { background-color: #EBE17B; }
a { background-color: rgb(235,225,123); }
div.DivClassName
{
background-color: #EBE17B;
}
.BgClassName
{
background-color: #EBE17B;
}
</style>
border-color css
<style>
span { border-color: #EBE17B; }
span { border-color: rgb(235,225,123); }
td.TdClassName
{
border-color: #EBE17B;
}
.TagClassName
{
border-color: #EBE17B;
}
</style>