Shades of Texas #EAF37C
Tints of Texas #EAF37C
RGB
CMYK
RGB Variations
Color information
#EAF37C (or 0xEAF37C) is known color: Texas. HEX triplet: EA, F3 and 7C. RGB value is (234,243,124). Sum of RGB (Red+Green+Blue) = 234+243+124=601 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.94% from 601); Green value is 243 (95.31% from 255 or 40.43% from 601); Blue value is 124 (48.83% from 255 or 20.63% from 601); Max value from RGB is 243 - color contains mainly: green. Hex color #EAF37C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF37C is #150C83. Grayscale: #E3E3E3. Windows color (decimal): -1379460 or 8188906. OLE color: 8188906.
HSL color Cylindrical-coordinate representation of color #EAF37C: hue angle of 64.54º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EAF37C is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 243 | 124 | - |
| CMYK | 0.04 | 0 | 0.49 | 0.05 |
| HSL | 64.54º | 0.83% | 0.72% | - |
| HSV(B) | 64.54º | 0.49% | 0.95% | - |
| XYZ | 69.62 | 83.05 | 31.43 | - |
| YUV | 226.74 | 70.02 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 243 | 124 | 0.04 | 0 | 0.49 | 0.05 | 64.54 | 0.83 | 0.72 |
| Hex | EA | F3 | 7C | 4 | 0 | 31 | 5 | 41 | 53 | 48 |
| Octal | 352 | 363 | 174 | 4 | 0 | 61 | 5 | 101 | 123 | 110 |
| Binary | 11101010 | 11110011 | 1111100 | 100 | 0 | 110001 | 101 | 1000001 | 1010011 | 1001000 |
Color Harmonies of #EAF37C
Complementary color
Monochromatic Colors of #EAF37C
Black with #EAF37C
Text Example
Text Example
White with #EAF37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF37C; }
p { color: rgb(234,243,124); }
H1.HeaderClassName
{
color: #EAF37C;
}
.AnyTagClassName
{
color: #EAF37C;
}
</style>
background-color css
<style>
a { background-color: #EAF37C; }
a { background-color: rgb(234,243,124); }
div.DivClassName
{
background-color: #EAF37C;
}
.BgClassName
{
background-color: #EAF37C;
}
</style>
border-color css
<style>
span { border-color: #EAF37C; }
span { border-color: rgb(234,243,124); }
td.TdClassName
{
border-color: #EAF37C;
}
.TagClassName
{
border-color: #EAF37C;
}
</style>