Shades of Texas #EEE078
Tints of Texas #EEE078
RGB
CMYK
RGB Variations
Color information
#EEE078 (or 0xEEE078) is known color: Texas. HEX triplet: EE, E0 and 78. RGB value is (238,224,120). Sum of RGB (Red+Green+Blue) = 238+224+120=582 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.89% from 582); Green value is 224 (87.89% from 255 or 38.49% from 582); Blue value is 120 (47.27% from 255 or 20.62% from 582); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE078 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEE078 is #111F87. Grayscale: #D8D8D8. Windows color (decimal): -1122184 or 7921902. OLE color: 7921902.
HSL color Cylindrical-coordinate representation of color #EEE078: hue angle of 52.88º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EEE078 is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 224 | 120 | - |
| CMYK | 0 | 0.06 | 0.50 | 0.07 |
| HSL | 52.88º | 0.78% | 0.7% | - |
| HSV(B) | 52.88º | 0.5% | 0.93% | - |
| XYZ | 65.31 | 72.84 | 28.39 | - |
| YUV | 216.33 | 73.64 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 224 | 120 | 0 | 0.06 | 0.50 | 0.07 | 52.88 | 0.78 | 0.7 |
| Hex | EE | E0 | 78 | 0 | 6 | 32 | 7 | 35 | 4E | 46 |
| Octal | 356 | 340 | 170 | 0 | 6 | 62 | 7 | 65 | 116 | 106 |
| Binary | 11101110 | 11100000 | 1111000 | 0 | 110 | 110010 | 111 | 110101 | 1001110 | 1000110 |
Color Harmonies of #EEE078
Complementary color
Monochromatic Colors of #EEE078
Black with #EEE078
Text Example
Text Example
White with #EEE078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE078; }
p { color: rgb(238,224,120); }
H1.HeaderClassName
{
color: #EEE078;
}
.AnyTagClassName
{
color: #EEE078;
}
</style>
background-color css
<style>
a { background-color: #EEE078; }
a { background-color: rgb(238,224,120); }
div.DivClassName
{
background-color: #EEE078;
}
.BgClassName
{
background-color: #EEE078;
}
</style>
border-color css
<style>
span { border-color: #EEE078; }
span { border-color: rgb(238,224,120); }
td.TdClassName
{
border-color: #EEE078;
}
.TagClassName
{
border-color: #EEE078;
}
</style>