Shades of Starship #EEEF3F
Tints of Starship #EEEF3F
RGB
CMYK
RGB Variations
Color information
#EEEF3F (or 0xEEEF3F) is known color: Starship. HEX triplet: EE, EF and 3F. RGB value is (238,239,63). Sum of RGB (Red+Green+Blue) = 238+239+63=540 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.07% from 540); Green value is 239 (93.75% from 255 or 44.26% from 540); Blue value is 63 (25% from 255 or 11.67% from 540); Max value from RGB is 239 - color contains mainly: green. Hex color #EEEF3F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEEF3F is #1110C0. Grayscale: #DBDBDB. Windows color (decimal): -1118401 or 4190190. OLE color: 4190190.
HSL color Cylindrical-coordinate representation of color #EEEF3F: hue angle of 60.34º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EEEF3F is Cyan = 0.00, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 239 | 63 | - |
| CMYK | 0.00 | 0 | 0.74 | 0.06 |
| HSL | 60.34º | 0.85% | 0.59% | - |
| HSV(B) | 60.34º | 0.74% | 0.94% | - |
| XYZ | 67.02 | 80.27 | 16.66 | - |
| YUV | 218.64 | 40.17 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 239 | 63 | 0.00 | 0 | 0.74 | 0.06 | 60.34 | 0.85 | 0.59 |
| Hex | EE | EF | 3F | 0 | 0 | 4A | 6 | 3C | 55 | 3B |
| Octal | 356 | 357 | 77 | 0 | 0 | 112 | 6 | 74 | 125 | 73 |
| Binary | 11101110 | 11101111 | 111111 | 0 | 0 | 1001010 | 110 | 111100 | 1010101 | 111011 |
Color Harmonies of #EEEF3F
Complementary color
Monochromatic Colors of #EEEF3F
Black with #EEEF3F
Text Example
Text Example
White with #EEEF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEF3F; }
p { color: rgb(238,239,63); }
H1.HeaderClassName
{
color: #EEEF3F;
}
.AnyTagClassName
{
color: #EEEF3F;
}
</style>
background-color css
<style>
a { background-color: #EEEF3F; }
a { background-color: rgb(238,239,63); }
div.DivClassName
{
background-color: #EEEF3F;
}
.BgClassName
{
background-color: #EEEF3F;
}
</style>
border-color css
<style>
span { border-color: #EEEF3F; }
span { border-color: rgb(238,239,63); }
td.TdClassName
{
border-color: #EEEF3F;
}
.TagClassName
{
border-color: #EEEF3F;
}
</style>