Shades of Texas #EAEF7A
Tints of Texas #EAEF7A
RGB
CMYK
RGB Variations
Color information
#EAEF7A (or 0xEAEF7A) is known color: Texas. HEX triplet: EA, EF and 7A. RGB value is (234,239,122). Sum of RGB (Red+Green+Blue) = 234+239+122=595 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.33% from 595); Green value is 239 (93.75% from 255 or 40.17% from 595); Blue value is 122 (48.05% from 255 or 20.50% from 595); Max value from RGB is 239 - color contains mainly: green. Hex color #EAEF7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAEF7A is #151085. Grayscale: #E0E0E0. Windows color (decimal): -1380486 or 8056810. OLE color: 8056810.
HSL color Cylindrical-coordinate representation of color #EAEF7A: hue angle of 62.56º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EAEF7A is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 239 | 122 | - |
| CMYK | 0.02 | 0 | 0.49 | 0.06 |
| HSL | 62.56º | 0.79% | 0.71% | - |
| HSV(B) | 62.56º | 0.49% | 0.94% | - |
| XYZ | 68.31 | 80.63 | 30.38 | - |
| YUV | 224.17 | 70.34 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 239 | 122 | 0.02 | 0 | 0.49 | 0.06 | 62.56 | 0.79 | 0.71 |
| Hex | EA | EF | 7A | 2 | 0 | 31 | 6 | 3F | 4F | 47 |
| Octal | 352 | 357 | 172 | 2 | 0 | 61 | 6 | 77 | 117 | 107 |
| Binary | 11101010 | 11101111 | 1111010 | 10 | 0 | 110001 | 110 | 111111 | 1001111 | 1000111 |
Color Harmonies of #EAEF7A
Complementary color
Monochromatic Colors of #EAEF7A
Black with #EAEF7A
Text Example
Text Example
White with #EAEF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEF7A; }
p { color: rgb(234,239,122); }
H1.HeaderClassName
{
color: #EAEF7A;
}
.AnyTagClassName
{
color: #EAEF7A;
}
</style>
background-color css
<style>
a { background-color: #EAEF7A; }
a { background-color: rgb(234,239,122); }
div.DivClassName
{
background-color: #EAEF7A;
}
.BgClassName
{
background-color: #EAEF7A;
}
</style>
border-color css
<style>
span { border-color: #EAEF7A; }
span { border-color: rgb(234,239,122); }
td.TdClassName
{
border-color: #EAEF7A;
}
.TagClassName
{
border-color: #EAEF7A;
}
</style>