Shades of Texas #EAF07A
Tints of Texas #EAF07A
RGB
CMYK
RGB Variations
Color information
#EAF07A (or 0xEAF07A) is known color: Texas. HEX triplet: EA, F0 and 7A. RGB value is (234,240,122). Sum of RGB (Red+Green+Blue) = 234+240+122=596 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.26% from 596); Green value is 240 (94.14% from 255 or 40.27% from 596); Blue value is 122 (48.05% from 255 or 20.47% from 596); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF07A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF07A is #150F85. Grayscale: #E1E1E1. Windows color (decimal): -1380230 or 8057066. OLE color: 8057066.
HSL color Cylindrical-coordinate representation of color #EAF07A: hue angle of 63.05º degrees, saturation: 0.8, 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 #EAF07A is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 240 | 122 | - |
| CMYK | 0.02 | 0 | 0.49 | 0.06 |
| HSL | 63.05º | 0.8% | 0.71% | - |
| HSV(B) | 63.05º | 0.49% | 0.94% | - |
| XYZ | 68.6 | 81.22 | 30.47 | - |
| YUV | 224.75 | 70.01 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 240 | 122 | 0.02 | 0 | 0.49 | 0.06 | 63.05 | 0.8 | 0.71 |
| Hex | EA | F0 | 7A | 2 | 0 | 31 | 6 | 3F | 50 | 47 |
| Octal | 352 | 360 | 172 | 2 | 0 | 61 | 6 | 77 | 120 | 107 |
| Binary | 11101010 | 11110000 | 1111010 | 10 | 0 | 110001 | 110 | 111111 | 1010000 | 1000111 |
Color Harmonies of #EAF07A
Complementary color
Monochromatic Colors of #EAF07A
Black with #EAF07A
Text Example
Text Example
White with #EAF07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF07A; }
p { color: rgb(234,240,122); }
H1.HeaderClassName
{
color: #EAF07A;
}
.AnyTagClassName
{
color: #EAF07A;
}
</style>
background-color css
<style>
a { background-color: #EAF07A; }
a { background-color: rgb(234,240,122); }
div.DivClassName
{
background-color: #EAF07A;
}
.BgClassName
{
background-color: #EAF07A;
}
</style>
border-color css
<style>
span { border-color: #EAF07A; }
span { border-color: rgb(234,240,122); }
td.TdClassName
{
border-color: #EAF07A;
}
.TagClassName
{
border-color: #EAF07A;
}
</style>