Shades of Texas #E8DE7B
Tints of Texas #E8DE7B
RGB
CMYK
RGB Variations
Color information
#E8DE7B (or 0xE8DE7B) is known color: Texas. HEX triplet: E8, DE and 7B. RGB value is (232,222,123). Sum of RGB (Red+Green+Blue) = 232+222+123=577 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.21% from 577); Green value is 222 (87.11% from 255 or 38.47% from 577); Blue value is 123 (48.44% from 255 or 21.32% from 577); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DE7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8DE7B is #172184. Grayscale: #D6D6D6. Windows color (decimal): -1515909 or 8117992. OLE color: 8117992.
HSL color Cylindrical-coordinate representation of color #E8DE7B: hue angle of 54.5º 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 #E8DE7B is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 222 | 123 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.09 |
| HSL | 54.5º | 0.7% | 0.7% | - |
| HSV(B) | 54.5º | 0.47% | 0.91% | - |
| XYZ | 62.98 | 70.83 | 29.09 | - |
| YUV | 213.7 | 76.81 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 222 | 123 | 0 | 0.04 | 0.47 | 0.09 | 54.5 | 0.7 | 0.7 |
| Hex | E8 | DE | 7B | 0 | 4 | 2F | 9 | 36 | 46 | 46 |
| Octal | 350 | 336 | 173 | 0 | 4 | 57 | 11 | 66 | 106 | 106 |
| Binary | 11101000 | 11011110 | 1111011 | 0 | 100 | 101111 | 1001 | 110110 | 1000110 | 1000110 |
Color Harmonies of #E8DE7B
Complementary color
Monochromatic Colors of #E8DE7B
Black with #E8DE7B
Text Example
Text Example
White with #E8DE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DE7B; }
p { color: rgb(232,222,123); }
H1.HeaderClassName
{
color: #E8DE7B;
}
.AnyTagClassName
{
color: #E8DE7B;
}
</style>
background-color css
<style>
a { background-color: #E8DE7B; }
a { background-color: rgb(232,222,123); }
div.DivClassName
{
background-color: #E8DE7B;
}
.BgClassName
{
background-color: #E8DE7B;
}
</style>
border-color css
<style>
span { border-color: #E8DE7B; }
span { border-color: rgb(232,222,123); }
td.TdClassName
{
border-color: #E8DE7B;
}
.TagClassName
{
border-color: #E8DE7B;
}
</style>