Shades of Texas #EAE676
Tints of Texas #EAE676
RGB
CMYK
RGB Variations
Color information
#EAE676 (or 0xEAE676) is known color: Texas. HEX triplet: EA, E6 and 76. RGB value is (234,230,118). Sum of RGB (Red+Green+Blue) = 234+230+118=582 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.21% from 582); Green value is 230 (90.23% from 255 or 39.52% from 582); Blue value is 118 (46.48% from 255 or 20.27% from 582); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE676 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAE676 is #151989. Grayscale: #DADADA. Windows color (decimal): -1382794 or 7792362. OLE color: 7792362.
HSL color Cylindrical-coordinate representation of color #EAE676: hue angle of 57.93º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EAE676 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 230 | 118 | - |
| CMYK | 0 | 0.02 | 0.50 | 0.08 |
| HSL | 57.93º | 0.73% | 0.69% | - |
| HSV(B) | 57.93º | 0.5% | 0.92% | - |
| XYZ | 65.5 | 75.39 | 28.24 | - |
| YUV | 218.43 | 71.33 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 230 | 118 | 0 | 0.02 | 0.50 | 0.08 | 57.93 | 0.73 | 0.69 |
| Hex | EA | E6 | 76 | 0 | 2 | 32 | 8 | 3A | 49 | 45 |
| Octal | 352 | 346 | 166 | 0 | 2 | 62 | 10 | 72 | 111 | 105 |
| Binary | 11101010 | 11100110 | 1110110 | 0 | 10 | 110010 | 1000 | 111010 | 1001001 | 1000101 |
Color Harmonies of #EAE676
Complementary color
Monochromatic Colors of #EAE676
Black with #EAE676
Text Example
Text Example
White with #EAE676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE676; }
p { color: rgb(234,230,118); }
H1.HeaderClassName
{
color: #EAE676;
}
.AnyTagClassName
{
color: #EAE676;
}
</style>
background-color css
<style>
a { background-color: #EAE676; }
a { background-color: rgb(234,230,118); }
div.DivClassName
{
background-color: #EAE676;
}
.BgClassName
{
background-color: #EAE676;
}
</style>
border-color css
<style>
span { border-color: #EAE676; }
span { border-color: rgb(234,230,118); }
td.TdClassName
{
border-color: #EAE676;
}
.TagClassName
{
border-color: #EAE676;
}
</style>