Shades of Texas #EEE075
Tints of Texas #EEE075
RGB
CMYK
RGB Variations
Color information
#EEE075 (or 0xEEE075) is known color: Texas. HEX triplet: EE, E0 and 75. RGB value is (238,224,117). Sum of RGB (Red+Green+Blue) = 238+224+117=579 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.11% from 579); Green value is 224 (87.89% from 255 or 38.69% from 579); Blue value is 117 (46.09% from 255 or 20.21% from 579); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE075 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEE075 is #111F8A. Grayscale: #D8D8D8. Windows color (decimal): -1122187 or 7725294. OLE color: 7725294.
HSL color Cylindrical-coordinate representation of color #EEE075: hue angle of 53.06º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EEE075 is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 224 | 117 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.07 |
| HSL | 53.06º | 0.78% | 0.7% | - |
| HSV(B) | 53.06º | 0.51% | 0.93% | - |
| XYZ | 65.13 | 72.77 | 27.44 | - |
| YUV | 215.99 | 72.14 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 224 | 117 | 0 | 0.06 | 0.51 | 0.07 | 53.06 | 0.78 | 0.7 |
| Hex | EE | E0 | 75 | 0 | 6 | 33 | 7 | 35 | 4E | 46 |
| Octal | 356 | 340 | 165 | 0 | 6 | 63 | 7 | 65 | 116 | 106 |
| Binary | 11101110 | 11100000 | 1110101 | 0 | 110 | 110011 | 111 | 110101 | 1001110 | 1000110 |
Color Harmonies of #EEE075
Complementary color
Monochromatic Colors of #EEE075
Black with #EEE075
Text Example
Text Example
White with #EEE075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE075; }
p { color: rgb(238,224,117); }
H1.HeaderClassName
{
color: #EEE075;
}
.AnyTagClassName
{
color: #EEE075;
}
</style>
background-color css
<style>
a { background-color: #EEE075; }
a { background-color: rgb(238,224,117); }
div.DivClassName
{
background-color: #EEE075;
}
.BgClassName
{
background-color: #EEE075;
}
</style>
border-color css
<style>
span { border-color: #EEE075; }
span { border-color: rgb(238,224,117); }
td.TdClassName
{
border-color: #EEE075;
}
.TagClassName
{
border-color: #EEE075;
}
</style>