Shades of Texas #EAEF82
Tints of Texas #EAEF82
RGB
CMYK
RGB Variations
Color information
#EAEF82 (or 0xEAEF82) is known color: Texas. HEX triplet: EA, EF and 82. RGB value is (234,239,130). Sum of RGB (Red+Green+Blue) = 234+239+130=603 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.81% from 603); Green value is 239 (93.75% from 255 or 39.64% from 603); Blue value is 130 (51.17% from 255 or 21.56% from 603); Max value from RGB is 239 - color contains mainly: green. Hex color #EAEF82 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEF82 is #15107D. Grayscale: #E1E1E1. Windows color (decimal): -1380478 or 8581098. OLE color: 8581098.
HSL color Cylindrical-coordinate representation of color #EAEF82: hue angle of 62.75º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EAEF82 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 239 | 130 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.06 |
| HSL | 62.75º | 0.77% | 0.72% | - |
| HSV(B) | 62.75º | 0.46% | 0.94% | - |
| XYZ | 68.83 | 80.84 | 33.09 | - |
| YUV | 225.08 | 74.34 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 239 | 130 | 0.02 | 0 | 0.46 | 0.06 | 62.75 | 0.77 | 0.72 |
| Hex | EA | EF | 82 | 2 | 0 | 2E | 6 | 3F | 4D | 48 |
| Octal | 352 | 357 | 202 | 2 | 0 | 56 | 6 | 77 | 115 | 110 |
| Binary | 11101010 | 11101111 | 10000010 | 10 | 0 | 101110 | 110 | 111111 | 1001101 | 1001000 |
Color Harmonies of #EAEF82
Complementary color
Monochromatic Colors of #EAEF82
Black with #EAEF82
Text Example
Text Example
White with #EAEF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEF82; }
p { color: rgb(234,239,130); }
H1.HeaderClassName
{
color: #EAEF82;
}
.AnyTagClassName
{
color: #EAEF82;
}
</style>
background-color css
<style>
a { background-color: #EAEF82; }
a { background-color: rgb(234,239,130); }
div.DivClassName
{
background-color: #EAEF82;
}
.BgClassName
{
background-color: #EAEF82;
}
</style>
border-color css
<style>
span { border-color: #EAEF82; }
span { border-color: rgb(234,239,130); }
td.TdClassName
{
border-color: #EAEF82;
}
.TagClassName
{
border-color: #EAEF82;
}
</style>