Shades of Starship #EEDC3F
Tints of Starship #EEDC3F
RGB
CMYK
RGB Variations
Color information
#EEDC3F (or 0xEEDC3F) is known color: Starship. HEX triplet: EE, DC and 3F. RGB value is (238,220,63). Sum of RGB (Red+Green+Blue) = 238+220+63=521 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.68% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 63 (25% from 255 or 12.09% from 521); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDC3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDC3F is #1123C0. Grayscale: #D0D0D0. Windows color (decimal): -1123265 or 4185326. OLE color: 4185326.
HSL color Cylindrical-coordinate representation of color #EEDC3F: hue angle of 53.83º 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 #EEDC3F is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 220 | 63 | - |
| CMYK | 0 | 0.08 | 0.74 | 0.07 |
| HSL | 53.83º | 0.84% | 0.59% | - |
| HSV(B) | 53.83º | 0.74% | 0.93% | - |
| XYZ | 61.75 | 69.72 | 14.91 | - |
| YUV | 207.48 | 46.46 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 220 | 63 | 0 | 0.08 | 0.74 | 0.07 | 53.83 | 0.84 | 0.59 |
| Hex | EE | DC | 3F | 0 | 8 | 4A | 7 | 36 | 54 | 3B |
| Octal | 356 | 334 | 77 | 0 | 10 | 112 | 7 | 66 | 124 | 73 |
| Binary | 11101110 | 11011100 | 111111 | 0 | 1000 | 1001010 | 111 | 110110 | 1010100 | 111011 |
Color Harmonies of #EEDC3F
Complementary color
Monochromatic Colors of #EEDC3F
Black with #EEDC3F
Text Example
Text Example
White with #EEDC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDC3F; }
p { color: rgb(238,220,63); }
H1.HeaderClassName
{
color: #EEDC3F;
}
.AnyTagClassName
{
color: #EEDC3F;
}
</style>
background-color css
<style>
a { background-color: #EEDC3F; }
a { background-color: rgb(238,220,63); }
div.DivClassName
{
background-color: #EEDC3F;
}
.BgClassName
{
background-color: #EEDC3F;
}
</style>
border-color css
<style>
span { border-color: #EEDC3F; }
span { border-color: rgb(238,220,63); }
td.TdClassName
{
border-color: #EEDC3F;
}
.TagClassName
{
border-color: #EEDC3F;
}
</style>