Shades of Starship #EEED3F
Tints of Starship #EEED3F
RGB
CMYK
RGB Variations
Color information
#EEED3F (or 0xEEED3F) is known color: Starship. HEX triplet: EE, ED and 3F. RGB value is (238,237,63). Sum of RGB (Red+Green+Blue) = 238+237+63=538 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.24% from 538); Green value is 237 (92.97% from 255 or 44.05% from 538); Blue value is 63 (25% from 255 or 11.71% from 538); Max value from RGB is 238 - color contains mainly: red. Hex color #EEED3F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEED3F is #1112C0. Grayscale: #DADADA. Windows color (decimal): -1118913 or 4189678. OLE color: 4189678.
HSL color Cylindrical-coordinate representation of color #EEED3F: hue angle of 59.66º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EEED3F is Cyan = 0, Magento = 0.00, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 237 | 63 | - |
| CMYK | 0 | 0.00 | 0.74 | 0.07 |
| HSL | 59.66º | 0.84% | 0.59% | - |
| HSV(B) | 59.66º | 0.74% | 0.93% | - |
| XYZ | 66.44 | 79.1 | 16.47 | - |
| YUV | 217.46 | 40.83 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 237 | 63 | 0 | 0.00 | 0.74 | 0.07 | 59.66 | 0.84 | 0.59 |
| Hex | EE | ED | 3F | 0 | 0 | 4A | 7 | 3C | 54 | 3B |
| Octal | 356 | 355 | 77 | 0 | 0 | 112 | 7 | 74 | 124 | 73 |
| Binary | 11101110 | 11101101 | 111111 | 0 | 0 | 1001010 | 111 | 111100 | 1010100 | 111011 |
Color Harmonies of #EEED3F
Complementary color
Monochromatic Colors of #EEED3F
Black with #EEED3F
Text Example
Text Example
White with #EEED3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEED3F; }
p { color: rgb(238,237,63); }
H1.HeaderClassName
{
color: #EEED3F;
}
.AnyTagClassName
{
color: #EEED3F;
}
</style>
background-color css
<style>
a { background-color: #EEED3F; }
a { background-color: rgb(238,237,63); }
div.DivClassName
{
background-color: #EEED3F;
}
.BgClassName
{
background-color: #EEED3F;
}
</style>
border-color css
<style>
span { border-color: #EEED3F; }
span { border-color: rgb(238,237,63); }
td.TdClassName
{
border-color: #EEED3F;
}
.TagClassName
{
border-color: #EEED3F;
}
</style>