Shades of Texas #EAE378
Tints of Texas #EAE378
RGB
CMYK
RGB Variations
Color information
#EAE378 (or 0xEAE378) is known color: Texas. HEX triplet: EA, E3 and 78. RGB value is (234,227,120). Sum of RGB (Red+Green+Blue) = 234+227+120=581 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.28% from 581); Green value is 227 (89.06% from 255 or 39.07% from 581); Blue value is 120 (47.27% from 255 or 20.65% from 581); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE378 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAE378 is #151C87. Grayscale: #D9D9D9. Windows color (decimal): -1383560 or 7922666. OLE color: 7922666.
HSL color Cylindrical-coordinate representation of color #EAE378: hue angle of 56.32º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EAE378 is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 227 | 120 | - |
| CMYK | 0 | 0.03 | 0.49 | 0.08 |
| HSL | 56.32º | 0.73% | 0.69% | - |
| HSV(B) | 56.32º | 0.49% | 0.92% | - |
| XYZ | 64.79 | 73.79 | 28.6 | - |
| YUV | 216.9 | 73.32 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 227 | 120 | 0 | 0.03 | 0.49 | 0.08 | 56.32 | 0.73 | 0.69 |
| Hex | EA | E3 | 78 | 0 | 3 | 31 | 8 | 38 | 49 | 45 |
| Octal | 352 | 343 | 170 | 0 | 3 | 61 | 10 | 70 | 111 | 105 |
| Binary | 11101010 | 11100011 | 1111000 | 0 | 11 | 110001 | 1000 | 111000 | 1001001 | 1000101 |
Color Harmonies of #EAE378
Complementary color
Monochromatic Colors of #EAE378
Black with #EAE378
Text Example
Text Example
White with #EAE378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE378; }
p { color: rgb(234,227,120); }
H1.HeaderClassName
{
color: #EAE378;
}
.AnyTagClassName
{
color: #EAE378;
}
</style>
background-color css
<style>
a { background-color: #EAE378; }
a { background-color: rgb(234,227,120); }
div.DivClassName
{
background-color: #EAE378;
}
.BgClassName
{
background-color: #EAE378;
}
</style>
border-color css
<style>
span { border-color: #EAE378; }
span { border-color: rgb(234,227,120); }
td.TdClassName
{
border-color: #EAE378;
}
.TagClassName
{
border-color: #EAE378;
}
</style>