Shades of Texas #EAF27B
Tints of Texas #EAF27B
RGB
CMYK
RGB Variations
Color information
#EAF27B (or 0xEAF27B) is known color: Texas. HEX triplet: EA, F2 and 7B. RGB value is (234,242,123). Sum of RGB (Red+Green+Blue) = 234+242+123=599 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.07% from 599); Green value is 242 (94.92% from 255 or 40.40% from 599); Blue value is 123 (48.44% from 255 or 20.53% from 599); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF27B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF27B is #150D84. Grayscale: #E2E2E2. Windows color (decimal): -1379717 or 8123114. OLE color: 8123114.
HSL color Cylindrical-coordinate representation of color #EAF27B: hue angle of 64.03º degrees, saturation: 0.82, 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 #EAF27B is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 242 | 123 | - |
| CMYK | 0.03 | 0 | 0.49 | 0.05 |
| HSL | 64.03º | 0.82% | 0.72% | - |
| HSV(B) | 64.03º | 0.49% | 0.95% | - |
| XYZ | 69.26 | 82.43 | 31 | - |
| YUV | 226.04 | 69.85 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 242 | 123 | 0.03 | 0 | 0.49 | 0.05 | 64.03 | 0.82 | 0.72 |
| Hex | EA | F2 | 7B | 3 | 0 | 31 | 5 | 40 | 52 | 48 |
| Octal | 352 | 362 | 173 | 3 | 0 | 61 | 5 | 100 | 122 | 110 |
| Binary | 11101010 | 11110010 | 1111011 | 11 | 0 | 110001 | 101 | 1000000 | 1010010 | 1001000 |
Color Harmonies of #EAF27B
Complementary color
Monochromatic Colors of #EAF27B
Black with #EAF27B
Text Example
Text Example
White with #EAF27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF27B; }
p { color: rgb(234,242,123); }
H1.HeaderClassName
{
color: #EAF27B;
}
.AnyTagClassName
{
color: #EAF27B;
}
</style>
background-color css
<style>
a { background-color: #EAF27B; }
a { background-color: rgb(234,242,123); }
div.DivClassName
{
background-color: #EAF27B;
}
.BgClassName
{
background-color: #EAF27B;
}
</style>
border-color css
<style>
span { border-color: #EAF27B; }
span { border-color: rgb(234,242,123); }
td.TdClassName
{
border-color: #EAF27B;
}
.TagClassName
{
border-color: #EAF27B;
}
</style>