Shades of Texas #EEE674
Tints of Texas #EEE674
RGB
CMYK
RGB Variations
Color information
#EEE674 (or 0xEEE674) is known color: Texas. HEX triplet: EE, E6 and 74. RGB value is (238,230,116). Sum of RGB (Red+Green+Blue) = 238+230+116=584 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.75% from 584); Green value is 230 (90.23% from 255 or 39.38% from 584); Blue value is 116 (45.70% from 255 or 19.86% from 584); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE674 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEE674 is #11198B. Grayscale: #DBDBDB. Windows color (decimal): -1120652 or 7661294. OLE color: 7661294.
HSL color Cylindrical-coordinate representation of color #EEE674: hue angle of 56.07º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EEE674 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 230 | 116 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.07 |
| HSL | 56.07º | 0.78% | 0.69% | - |
| HSV(B) | 56.07º | 0.51% | 0.93% | - |
| XYZ | 66.71 | 76.03 | 27.68 | - |
| YUV | 219.4 | 69.65 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 230 | 116 | 0 | 0.03 | 0.51 | 0.07 | 56.07 | 0.78 | 0.69 |
| Hex | EE | E6 | 74 | 0 | 3 | 33 | 7 | 38 | 4E | 45 |
| Octal | 356 | 346 | 164 | 0 | 3 | 63 | 7 | 70 | 116 | 105 |
| Binary | 11101110 | 11100110 | 1110100 | 0 | 11 | 110011 | 111 | 111000 | 1001110 | 1000101 |
Color Harmonies of #EEE674
Complementary color
Monochromatic Colors of #EEE674
Black with #EEE674
Text Example
Text Example
White with #EEE674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE674; }
p { color: rgb(238,230,116); }
H1.HeaderClassName
{
color: #EEE674;
}
.AnyTagClassName
{
color: #EEE674;
}
</style>
background-color css
<style>
a { background-color: #EEE674; }
a { background-color: rgb(238,230,116); }
div.DivClassName
{
background-color: #EEE674;
}
.BgClassName
{
background-color: #EEE674;
}
</style>
border-color css
<style>
span { border-color: #EEE674; }
span { border-color: rgb(238,230,116); }
td.TdClassName
{
border-color: #EEE674;
}
.TagClassName
{
border-color: #EEE674;
}
</style>