Shades of Texas #EBE67C
Tints of Texas #EBE67C
RGB
CMYK
RGB Variations
Color information
#EBE67C (or 0xEBE67C) is known color: Texas. HEX triplet: EB, E6 and 7C. RGB value is (235,230,124). Sum of RGB (Red+Green+Blue) = 235+230+124=589 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.90% from 589); Green value is 230 (90.23% from 255 or 39.05% from 589); Blue value is 124 (48.83% from 255 or 21.05% from 589); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE67C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBE67C is #141983. Grayscale: #DBDBDB. Windows color (decimal): -1317252 or 8185579. OLE color: 8185579.
HSL color Cylindrical-coordinate representation of color #EBE67C: hue angle of 57.3º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EBE67C is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 230 | 124 | - |
| CMYK | 0 | 0.02 | 0.47 | 0.08 |
| HSL | 57.3º | 0.74% | 0.7% | - |
| HSV(B) | 57.3º | 0.47% | 0.92% | - |
| XYZ | 66.2 | 75.71 | 30.19 | - |
| YUV | 219.41 | 74.16 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 230 | 124 | 0 | 0.02 | 0.47 | 0.08 | 57.3 | 0.74 | 0.7 |
| Hex | EB | E6 | 7C | 0 | 2 | 2F | 8 | 39 | 4A | 46 |
| Octal | 353 | 346 | 174 | 0 | 2 | 57 | 10 | 71 | 112 | 106 |
| Binary | 11101011 | 11100110 | 1111100 | 0 | 10 | 101111 | 1000 | 111001 | 1001010 | 1000110 |
Color Harmonies of #EBE67C
Complementary color
Monochromatic Colors of #EBE67C
Black with #EBE67C
Text Example
Text Example
White with #EBE67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE67C; }
p { color: rgb(235,230,124); }
H1.HeaderClassName
{
color: #EBE67C;
}
.AnyTagClassName
{
color: #EBE67C;
}
</style>
background-color css
<style>
a { background-color: #EBE67C; }
a { background-color: rgb(235,230,124); }
div.DivClassName
{
background-color: #EBE67C;
}
.BgClassName
{
background-color: #EBE67C;
}
</style>
border-color css
<style>
span { border-color: #EBE67C; }
span { border-color: rgb(235,230,124); }
td.TdClassName
{
border-color: #EBE67C;
}
.TagClassName
{
border-color: #EBE67C;
}
</style>