Shades of Texas #EEE27D
Tints of Texas #EEE27D
RGB
CMYK
RGB Variations
Color information
#EEE27D (or 0xEEE27D) is known color: Texas. HEX triplet: EE, E2 and 7D. RGB value is (238,226,125). Sum of RGB (Red+Green+Blue) = 238+226+125=589 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.41% from 589); Green value is 226 (88.67% from 255 or 38.37% from 589); Blue value is 125 (49.22% from 255 or 21.22% from 589); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE27D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEE27D is #111D82. Grayscale: #DADADA. Windows color (decimal): -1121667 or 8250094. OLE color: 8250094.
HSL color Cylindrical-coordinate representation of color #EEE27D: hue angle of 53.63º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EEE27D is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 226 | 125 | - |
| CMYK | 0 | 0.05 | 0.47 | 0.07 |
| HSL | 53.63º | 0.77% | 0.71% | - |
| HSV(B) | 53.63º | 0.47% | 0.93% | - |
| XYZ | 66.16 | 74.05 | 30.21 | - |
| YUV | 218.07 | 75.48 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 226 | 125 | 0 | 0.05 | 0.47 | 0.07 | 53.63 | 0.77 | 0.71 |
| Hex | EE | E2 | 7D | 0 | 5 | 2F | 7 | 36 | 4D | 47 |
| Octal | 356 | 342 | 175 | 0 | 5 | 57 | 7 | 66 | 115 | 107 |
| Binary | 11101110 | 11100010 | 1111101 | 0 | 101 | 101111 | 111 | 110110 | 1001101 | 1000111 |
Color Harmonies of #EEE27D
Complementary color
Monochromatic Colors of #EEE27D
Black with #EEE27D
Text Example
Text Example
White with #EEE27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE27D; }
p { color: rgb(238,226,125); }
H1.HeaderClassName
{
color: #EEE27D;
}
.AnyTagClassName
{
color: #EEE27D;
}
</style>
background-color css
<style>
a { background-color: #EEE27D; }
a { background-color: rgb(238,226,125); }
div.DivClassName
{
background-color: #EEE27D;
}
.BgClassName
{
background-color: #EEE27D;
}
</style>
border-color css
<style>
span { border-color: #EEE27D; }
span { border-color: rgb(238,226,125); }
td.TdClassName
{
border-color: #EEE27D;
}
.TagClassName
{
border-color: #EEE27D;
}
</style>