Shades of Texas #EAE27F
Tints of Texas #EAE27F
RGB
CMYK
RGB Variations
Color information
#EAE27F (or 0xEAE27F) is known color: Texas. HEX triplet: EA, E2 and 7F. RGB value is (234,226,127). Sum of RGB (Red+Green+Blue) = 234+226+127=587 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.86% from 587); Green value is 226 (88.67% from 255 or 38.50% from 587); Blue value is 127 (50% from 255 or 21.64% from 587); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE27F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAE27F is #151D80. Grayscale: #D9D9D9. Windows color (decimal): -1383809 or 8381162. OLE color: 8381162.
HSL color Cylindrical-coordinate representation of color #EAE27F: hue angle of 55.51º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EAE27F is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 226 | 127 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.08 |
| HSL | 55.51º | 0.72% | 0.71% | - |
| HSV(B) | 55.51º | 0.46% | 0.92% | - |
| XYZ | 64.96 | 73.42 | 30.83 | - |
| YUV | 217.11 | 77.15 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 226 | 127 | 0 | 0.03 | 0.46 | 0.08 | 55.51 | 0.72 | 0.71 |
| Hex | EA | E2 | 7F | 0 | 3 | 2E | 8 | 38 | 48 | 47 |
| Octal | 352 | 342 | 177 | 0 | 3 | 56 | 10 | 70 | 110 | 107 |
| Binary | 11101010 | 11100010 | 1111111 | 0 | 11 | 101110 | 1000 | 111000 | 1001000 | 1000111 |
Color Harmonies of #EAE27F
Complementary color
Monochromatic Colors of #EAE27F
Black with #EAE27F
Text Example
Text Example
White with #EAE27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE27F; }
p { color: rgb(234,226,127); }
H1.HeaderClassName
{
color: #EAE27F;
}
.AnyTagClassName
{
color: #EAE27F;
}
</style>
background-color css
<style>
a { background-color: #EAE27F; }
a { background-color: rgb(234,226,127); }
div.DivClassName
{
background-color: #EAE27F;
}
.BgClassName
{
background-color: #EAE27F;
}
</style>
border-color css
<style>
span { border-color: #EAE27F; }
span { border-color: rgb(234,226,127); }
td.TdClassName
{
border-color: #EAE27F;
}
.TagClassName
{
border-color: #EAE27F;
}
</style>