Shades of Texas #EEE678
Tints of Texas #EEE678
RGB
CMYK
RGB Variations
Color information
#EEE678 (or 0xEEE678) is known color: Texas. HEX triplet: EE, E6 and 78. RGB value is (238,230,120). Sum of RGB (Red+Green+Blue) = 238+230+120=588 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.48% from 588); Green value is 230 (90.23% from 255 or 39.12% from 588); Blue value is 120 (47.27% from 255 or 20.41% from 588); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE678 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEE678 is #111987. Grayscale: #DCDCDC. Windows color (decimal): -1120648 or 7923438. OLE color: 7923438.
HSL color Cylindrical-coordinate representation of color #EEE678: hue angle of 55.93º 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 #EEE678 is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 230 | 120 | - |
| CMYK | 0 | 0.03 | 0.50 | 0.07 |
| HSL | 55.93º | 0.78% | 0.7% | - |
| HSV(B) | 55.93º | 0.5% | 0.93% | - |
| XYZ | 66.95 | 76.13 | 28.93 | - |
| YUV | 219.85 | 71.65 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 230 | 120 | 0 | 0.03 | 0.50 | 0.07 | 55.93 | 0.78 | 0.7 |
| Hex | EE | E6 | 78 | 0 | 3 | 32 | 7 | 38 | 4E | 46 |
| Octal | 356 | 346 | 170 | 0 | 3 | 62 | 7 | 70 | 116 | 106 |
| Binary | 11101110 | 11100110 | 1111000 | 0 | 11 | 110010 | 111 | 111000 | 1001110 | 1000110 |
Color Harmonies of #EEE678
Complementary color
Monochromatic Colors of #EEE678
Black with #EEE678
Text Example
Text Example
White with #EEE678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE678; }
p { color: rgb(238,230,120); }
H1.HeaderClassName
{
color: #EEE678;
}
.AnyTagClassName
{
color: #EEE678;
}
</style>
background-color css
<style>
a { background-color: #EEE678; }
a { background-color: rgb(238,230,120); }
div.DivClassName
{
background-color: #EEE678;
}
.BgClassName
{
background-color: #EEE678;
}
</style>
border-color css
<style>
span { border-color: #EEE678; }
span { border-color: rgb(238,230,120); }
td.TdClassName
{
border-color: #EEE678;
}
.TagClassName
{
border-color: #EEE678;
}
</style>