Shades of Texas #EEF380
Tints of Texas #EEF380
RGB
CMYK
RGB Variations
Color information
#EEF380 (or 0xEEF380) is known color: Texas. HEX triplet: EE, F3 and 80. RGB value is (238,243,128). Sum of RGB (Red+Green+Blue) = 238+243+128=609 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.08% from 609); Green value is 243 (95.31% from 255 or 39.90% from 609); Blue value is 128 (50.39% from 255 or 21.02% from 609); Max value from RGB is 243 - color contains mainly: green. Hex color #EEF380 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF380 is #110C7F. Grayscale: #E4E4E4. Windows color (decimal): -1117312 or 8451054. OLE color: 8451054.
HSL color Cylindrical-coordinate representation of color #EEF380: hue angle of 62.61º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EEF380 is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 243 | 128 | - |
| CMYK | 0.02 | 0 | 0.47 | 0.05 |
| HSL | 62.61º | 0.83% | 0.73% | - |
| HSV(B) | 62.61º | 0.47% | 0.95% | - |
| XYZ | 71.21 | 83.84 | 32.85 | - |
| YUV | 228.4 | 71.34 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 243 | 128 | 0.02 | 0 | 0.47 | 0.05 | 62.61 | 0.83 | 0.73 |
| Hex | EE | F3 | 80 | 2 | 0 | 2F | 5 | 3F | 53 | 49 |
| Octal | 356 | 363 | 200 | 2 | 0 | 57 | 5 | 77 | 123 | 111 |
| Binary | 11101110 | 11110011 | 10000000 | 10 | 0 | 101111 | 101 | 111111 | 1010011 | 1001001 |
Color Harmonies of #EEF380
Complementary color
Monochromatic Colors of #EEF380
Black with #EEF380
Text Example
Text Example
White with #EEF380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF380; }
p { color: rgb(238,243,128); }
H1.HeaderClassName
{
color: #EEF380;
}
.AnyTagClassName
{
color: #EEF380;
}
</style>
background-color css
<style>
a { background-color: #EEF380; }
a { background-color: rgb(238,243,128); }
div.DivClassName
{
background-color: #EEF380;
}
.BgClassName
{
background-color: #EEF380;
}
</style>
border-color css
<style>
span { border-color: #EEF380; }
span { border-color: rgb(238,243,128); }
td.TdClassName
{
border-color: #EEF380;
}
.TagClassName
{
border-color: #EEF380;
}
</style>