Shades of Texas #EAE07E
Tints of Texas #EAE07E
RGB
CMYK
RGB Variations
Color information
#EAE07E (or 0xEAE07E) is known color: Texas. HEX triplet: EA, E0 and 7E. RGB value is (234,224,126). Sum of RGB (Red+Green+Blue) = 234+224+126=584 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.07% from 584); Green value is 224 (87.89% from 255 or 38.36% from 584); Blue value is 126 (49.61% from 255 or 21.58% from 584); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE07E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAE07E is #151F81. Grayscale: #D8D8D8. Windows color (decimal): -1384322 or 8315114. OLE color: 8315114.
HSL color Cylindrical-coordinate representation of color #EAE07E: hue angle of 54.44º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EAE07E is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 224 | 126 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.08 |
| HSL | 54.44º | 0.72% | 0.71% | - |
| HSV(B) | 54.44º | 0.46% | 0.92% | - |
| XYZ | 64.35 | 72.31 | 30.3 | - |
| YUV | 215.82 | 77.31 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 224 | 126 | 0 | 0.04 | 0.46 | 0.08 | 54.44 | 0.72 | 0.71 |
| Hex | EA | E0 | 7E | 0 | 4 | 2E | 8 | 36 | 48 | 47 |
| Octal | 352 | 340 | 176 | 0 | 4 | 56 | 10 | 66 | 110 | 107 |
| Binary | 11101010 | 11100000 | 1111110 | 0 | 100 | 101110 | 1000 | 110110 | 1001000 | 1000111 |
Color Harmonies of #EAE07E
Complementary color
Monochromatic Colors of #EAE07E
Black with #EAE07E
Text Example
Text Example
White with #EAE07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE07E; }
p { color: rgb(234,224,126); }
H1.HeaderClassName
{
color: #EAE07E;
}
.AnyTagClassName
{
color: #EAE07E;
}
</style>
background-color css
<style>
a { background-color: #EAE07E; }
a { background-color: rgb(234,224,126); }
div.DivClassName
{
background-color: #EAE07E;
}
.BgClassName
{
background-color: #EAE07E;
}
</style>
border-color css
<style>
span { border-color: #EAE07E; }
span { border-color: rgb(234,224,126); }
td.TdClassName
{
border-color: #EAE07E;
}
.TagClassName
{
border-color: #EAE07E;
}
</style>