Shades of Texas #EAE17B
Tints of Texas #EAE17B
RGB
CMYK
RGB Variations
Color information
#EAE17B (or 0xEAE17B) is known color: Texas. HEX triplet: EA, E1 and 7B. RGB value is (234,225,123). Sum of RGB (Red+Green+Blue) = 234+225+123=582 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.21% from 582); Green value is 225 (88.28% from 255 or 38.66% from 582); Blue value is 123 (48.44% from 255 or 21.13% from 582); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE17B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAE17B is #151E84. Grayscale: #D8D8D8. Windows color (decimal): -1384069 or 8118762. OLE color: 8118762.
HSL color Cylindrical-coordinate representation of color #EAE17B: hue angle of 55.14º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EAE17B is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 225 | 123 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.08 |
| HSL | 55.14º | 0.73% | 0.7% | - |
| HSV(B) | 55.14º | 0.47% | 0.92% | - |
| XYZ | 64.43 | 72.77 | 29.39 | - |
| YUV | 216.06 | 75.48 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 225 | 123 | 0 | 0.04 | 0.47 | 0.08 | 55.14 | 0.73 | 0.7 |
| Hex | EA | E1 | 7B | 0 | 4 | 2F | 8 | 37 | 49 | 46 |
| Octal | 352 | 341 | 173 | 0 | 4 | 57 | 10 | 67 | 111 | 106 |
| Binary | 11101010 | 11100001 | 1111011 | 0 | 100 | 101111 | 1000 | 110111 | 1001001 | 1000110 |
Color Harmonies of #EAE17B
Complementary color
Monochromatic Colors of #EAE17B
Black with #EAE17B
Text Example
Text Example
White with #EAE17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE17B; }
p { color: rgb(234,225,123); }
H1.HeaderClassName
{
color: #EAE17B;
}
.AnyTagClassName
{
color: #EAE17B;
}
</style>
background-color css
<style>
a { background-color: #EAE17B; }
a { background-color: rgb(234,225,123); }
div.DivClassName
{
background-color: #EAE17B;
}
.BgClassName
{
background-color: #EAE17B;
}
</style>
border-color css
<style>
span { border-color: #EAE17B; }
span { border-color: rgb(234,225,123); }
td.TdClassName
{
border-color: #EAE17B;
}
.TagClassName
{
border-color: #EAE17B;
}
</style>