Shades of Texas #EAF082
Tints of Texas #EAF082
RGB
CMYK
RGB Variations
Color information
#EAF082 (or 0xEAF082) is known color: Texas. HEX triplet: EA, F0 and 82. RGB value is (234,240,130). Sum of RGB (Red+Green+Blue) = 234+240+130=604 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.74% from 604); Green value is 240 (94.14% from 255 or 39.74% from 604); Blue value is 130 (51.17% from 255 or 21.52% from 604); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF082 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF082 is #150F7D. Grayscale: #E2E2E2. Windows color (decimal): -1380222 or 8581354. OLE color: 8581354.
HSL color Cylindrical-coordinate representation of color #EAF082: hue angle of 63.27º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EAF082 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 240 | 130 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.06 |
| HSL | 63.27º | 0.79% | 0.73% | - |
| HSV(B) | 63.27º | 0.46% | 0.94% | - |
| XYZ | 69.12 | 81.42 | 33.19 | - |
| YUV | 225.67 | 74.01 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 240 | 130 | 0.02 | 0 | 0.46 | 0.06 | 63.27 | 0.79 | 0.73 |
| Hex | EA | F0 | 82 | 2 | 0 | 2E | 6 | 3F | 4F | 49 |
| Octal | 352 | 360 | 202 | 2 | 0 | 56 | 6 | 77 | 117 | 111 |
| Binary | 11101010 | 11110000 | 10000010 | 10 | 0 | 101110 | 110 | 111111 | 1001111 | 1001001 |
Color Harmonies of #EAF082
Complementary color
Monochromatic Colors of #EAF082
Black with #EAF082
Text Example
Text Example
White with #EAF082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF082; }
p { color: rgb(234,240,130); }
H1.HeaderClassName
{
color: #EAF082;
}
.AnyTagClassName
{
color: #EAF082;
}
</style>
background-color css
<style>
a { background-color: #EAF082; }
a { background-color: rgb(234,240,130); }
div.DivClassName
{
background-color: #EAF082;
}
.BgClassName
{
background-color: #EAF082;
}
</style>
border-color css
<style>
span { border-color: #EAF082; }
span { border-color: rgb(234,240,130); }
td.TdClassName
{
border-color: #EAF082;
}
.TagClassName
{
border-color: #EAF082;
}
</style>