Shades of Texas #E8E07B
Tints of Texas #E8E07B
RGB
CMYK
RGB Variations
Color information
#E8E07B (or 0xE8E07B) is known color: Texas. HEX triplet: E8, E0 and 7B. RGB value is (232,224,123). Sum of RGB (Red+Green+Blue) = 232+224+123=579 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.07% from 579); Green value is 224 (87.89% from 255 or 38.69% from 579); Blue value is 123 (48.44% from 255 or 21.24% from 579); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E07B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8E07B is #171F84. Grayscale: #D7D7D7. Windows color (decimal): -1515397 or 8118504. OLE color: 8118504.
HSL color Cylindrical-coordinate representation of color #E8E07B: hue angle of 55.6º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E8E07B is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 224 | 123 | - |
| CMYK | 0 | 0.03 | 0.47 | 0.09 |
| HSL | 55.6º | 0.7% | 0.7% | - |
| HSV(B) | 55.6º | 0.47% | 0.91% | - |
| XYZ | 63.51 | 71.9 | 29.27 | - |
| YUV | 214.88 | 76.15 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 224 | 123 | 0 | 0.03 | 0.47 | 0.09 | 55.6 | 0.7 | 0.7 |
| Hex | E8 | E0 | 7B | 0 | 3 | 2F | 9 | 38 | 46 | 46 |
| Octal | 350 | 340 | 173 | 0 | 3 | 57 | 11 | 70 | 106 | 106 |
| Binary | 11101000 | 11100000 | 1111011 | 0 | 11 | 101111 | 1001 | 111000 | 1000110 | 1000110 |
Color Harmonies of #E8E07B
Complementary color
Monochromatic Colors of #E8E07B
Black with #E8E07B
Text Example
Text Example
White with #E8E07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E07B; }
p { color: rgb(232,224,123); }
H1.HeaderClassName
{
color: #E8E07B;
}
.AnyTagClassName
{
color: #E8E07B;
}
</style>
background-color css
<style>
a { background-color: #E8E07B; }
a { background-color: rgb(232,224,123); }
div.DivClassName
{
background-color: #E8E07B;
}
.BgClassName
{
background-color: #E8E07B;
}
</style>
border-color css
<style>
span { border-color: #E8E07B; }
span { border-color: rgb(232,224,123); }
td.TdClassName
{
border-color: #E8E07B;
}
.TagClassName
{
border-color: #E8E07B;
}
</style>