Shades of Texas #EBE284
Tints of Texas #EBE284
RGB
CMYK
RGB Variations
Color information
#EBE284 (or 0xEBE284) is known color: Texas. HEX triplet: EB, E2 and 84. RGB value is (235,226,132). Sum of RGB (Red+Green+Blue) = 235+226+132=593 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.63% from 593); Green value is 226 (88.67% from 255 or 38.11% from 593); Blue value is 132 (51.95% from 255 or 22.26% from 593); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE284 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE284 is #141D7B. Grayscale: #DADADA. Windows color (decimal): -1318268 or 8708843. OLE color: 8708843.
HSL color Cylindrical-coordinate representation of color #EBE284: hue angle of 54.76º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EBE284 is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 226 | 132 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.08 |
| HSL | 54.76º | 0.72% | 0.72% | - |
| HSV(B) | 54.76º | 0.44% | 0.92% | - |
| XYZ | 65.62 | 73.72 | 32.6 | - |
| YUV | 217.98 | 79.48 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 226 | 132 | 0 | 0.04 | 0.44 | 0.08 | 54.76 | 0.72 | 0.72 |
| Hex | EB | E2 | 84 | 0 | 4 | 2C | 8 | 37 | 48 | 48 |
| Octal | 353 | 342 | 204 | 0 | 4 | 54 | 10 | 67 | 110 | 110 |
| Binary | 11101011 | 11100010 | 10000100 | 0 | 100 | 101100 | 1000 | 110111 | 1001000 | 1001000 |
Color Harmonies of #EBE284
Complementary color
Monochromatic Colors of #EBE284
Black with #EBE284
Text Example
Text Example
White with #EBE284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE284; }
p { color: rgb(235,226,132); }
H1.HeaderClassName
{
color: #EBE284;
}
.AnyTagClassName
{
color: #EBE284;
}
</style>
background-color css
<style>
a { background-color: #EBE284; }
a { background-color: rgb(235,226,132); }
div.DivClassName
{
background-color: #EBE284;
}
.BgClassName
{
background-color: #EBE284;
}
</style>
border-color css
<style>
span { border-color: #EBE284; }
span { border-color: rgb(235,226,132); }
td.TdClassName
{
border-color: #EBE284;
}
.TagClassName
{
border-color: #EBE284;
}
</style>