Shades of Texas #EBE47B
Tints of Texas #EBE47B
RGB
CMYK
RGB Variations
Color information
#EBE47B (or 0xEBE47B) is known color: Texas. HEX triplet: EB, E4 and 7B. RGB value is (235,228,123). Sum of RGB (Red+Green+Blue) = 235+228+123=586 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.10% from 586); Green value is 228 (89.45% from 255 or 38.91% from 586); Blue value is 123 (48.44% from 255 or 20.99% from 586); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE47B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBE47B is #141B84. Grayscale: #DADADA. Windows color (decimal): -1317765 or 8119531. OLE color: 8119531.
HSL color Cylindrical-coordinate representation of color #EBE47B: hue angle of 56.25º 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 #EBE47B is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 228 | 123 | - |
| CMYK | 0 | 0.03 | 0.48 | 0.08 |
| HSL | 56.25º | 0.74% | 0.7% | - |
| HSV(B) | 56.25º | 0.48% | 0.92% | - |
| XYZ | 65.58 | 74.58 | 29.68 | - |
| YUV | 218.12 | 74.32 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 228 | 123 | 0 | 0.03 | 0.48 | 0.08 | 56.25 | 0.74 | 0.7 |
| Hex | EB | E4 | 7B | 0 | 3 | 30 | 8 | 38 | 4A | 46 |
| Octal | 353 | 344 | 173 | 0 | 3 | 60 | 10 | 70 | 112 | 106 |
| Binary | 11101011 | 11100100 | 1111011 | 0 | 11 | 110000 | 1000 | 111000 | 1001010 | 1000110 |
Color Harmonies of #EBE47B
Complementary color
Monochromatic Colors of #EBE47B
Black with #EBE47B
Text Example
Text Example
White with #EBE47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE47B; }
p { color: rgb(235,228,123); }
H1.HeaderClassName
{
color: #EBE47B;
}
.AnyTagClassName
{
color: #EBE47B;
}
</style>
background-color css
<style>
a { background-color: #EBE47B; }
a { background-color: rgb(235,228,123); }
div.DivClassName
{
background-color: #EBE47B;
}
.BgClassName
{
background-color: #EBE47B;
}
</style>
border-color css
<style>
span { border-color: #EBE47B; }
span { border-color: rgb(235,228,123); }
td.TdClassName
{
border-color: #EBE47B;
}
.TagClassName
{
border-color: #EBE47B;
}
</style>