Shades of Texas #EADE76
Tints of Texas #EADE76
RGB
CMYK
RGB Variations
Color information
#EADE76 (or 0xEADE76) is known color: Texas. HEX triplet: EA, DE and 76. RGB value is (234,222,118). Sum of RGB (Red+Green+Blue) = 234+222+118=574 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.77% from 574); Green value is 222 (87.11% from 255 or 38.68% from 574); Blue value is 118 (46.48% from 255 or 20.56% from 574); Max value from RGB is 234 - color contains mainly: red. Hex color #EADE76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADE76 is #152189. Grayscale: #D6D6D6. Windows color (decimal): -1384842 or 7790314. OLE color: 7790314.
HSL color Cylindrical-coordinate representation of color #EADE76: hue angle of 53.79º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EADE76 is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 222 | 118 | - |
| CMYK | 0 | 0.05 | 0.50 | 0.08 |
| HSL | 53.79º | 0.73% | 0.69% | - |
| HSV(B) | 53.79º | 0.5% | 0.92% | - |
| XYZ | 63.32 | 71.04 | 27.51 | - |
| YUV | 213.73 | 73.98 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 222 | 118 | 0 | 0.05 | 0.50 | 0.08 | 53.79 | 0.73 | 0.69 |
| Hex | EA | DE | 76 | 0 | 5 | 32 | 8 | 36 | 49 | 45 |
| Octal | 352 | 336 | 166 | 0 | 5 | 62 | 10 | 66 | 111 | 105 |
| Binary | 11101010 | 11011110 | 1110110 | 0 | 101 | 110010 | 1000 | 110110 | 1001001 | 1000101 |
Color Harmonies of #EADE76
Complementary color
Monochromatic Colors of #EADE76
Black with #EADE76
Text Example
Text Example
White with #EADE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADE76; }
p { color: rgb(234,222,118); }
H1.HeaderClassName
{
color: #EADE76;
}
.AnyTagClassName
{
color: #EADE76;
}
</style>
background-color css
<style>
a { background-color: #EADE76; }
a { background-color: rgb(234,222,118); }
div.DivClassName
{
background-color: #EADE76;
}
.BgClassName
{
background-color: #EADE76;
}
</style>
border-color css
<style>
span { border-color: #EADE76; }
span { border-color: rgb(234,222,118); }
td.TdClassName
{
border-color: #EADE76;
}
.TagClassName
{
border-color: #EADE76;
}
</style>