Shades of Texas #EAF07B
Tints of Texas #EAF07B
RGB
CMYK
RGB Variations
Color information
#EAF07B (or 0xEAF07B) is known color: Texas. HEX triplet: EA, F0 and 7B. RGB value is (234,240,123). Sum of RGB (Red+Green+Blue) = 234+240+123=597 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.20% from 597); Green value is 240 (94.14% from 255 or 40.20% from 597); Blue value is 123 (48.44% from 255 or 20.60% from 597); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF07B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF07B is #150F84. Grayscale: #E1E1E1. Windows color (decimal): -1380229 or 8122602. OLE color: 8122602.
HSL color Cylindrical-coordinate representation of color #EAF07B: hue angle of 63.08º 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 #EAF07B is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 240 | 123 | - |
| CMYK | 0.02 | 0 | 0.49 | 0.06 |
| HSL | 63.08º | 0.8% | 0.71% | - |
| HSV(B) | 63.08º | 0.49% | 0.94% | - |
| XYZ | 68.67 | 81.24 | 30.8 | - |
| YUV | 224.87 | 70.51 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 240 | 123 | 0.02 | 0 | 0.49 | 0.06 | 63.08 | 0.8 | 0.71 |
| Hex | EA | F0 | 7B | 2 | 0 | 31 | 6 | 3F | 50 | 47 |
| Octal | 352 | 360 | 173 | 2 | 0 | 61 | 6 | 77 | 120 | 107 |
| Binary | 11101010 | 11110000 | 1111011 | 10 | 0 | 110001 | 110 | 111111 | 1010000 | 1000111 |
Color Harmonies of #EAF07B
Complementary color
Monochromatic Colors of #EAF07B
Black with #EAF07B
Text Example
Text Example
White with #EAF07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF07B; }
p { color: rgb(234,240,123); }
H1.HeaderClassName
{
color: #EAF07B;
}
.AnyTagClassName
{
color: #EAF07B;
}
</style>
background-color css
<style>
a { background-color: #EAF07B; }
a { background-color: rgb(234,240,123); }
div.DivClassName
{
background-color: #EAF07B;
}
.BgClassName
{
background-color: #EAF07B;
}
</style>
border-color css
<style>
span { border-color: #EAF07B; }
span { border-color: rgb(234,240,123); }
td.TdClassName
{
border-color: #EAF07B;
}
.TagClassName
{
border-color: #EAF07B;
}
</style>