Shades of Starship #EEDC3E
Tints of Starship #EEDC3E
RGB
CMYK
RGB Variations
Color information
#EEDC3E (or 0xEEDC3E) is known color: Starship. HEX triplet: EE, DC and 3E. RGB value is (238,220,62). Sum of RGB (Red+Green+Blue) = 238+220+62=520 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.77% from 520); Green value is 220 (86.33% from 255 or 42.31% from 520); Blue value is 62 (24.61% from 255 or 11.92% from 520); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDC3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDC3E is #1123C1. Grayscale: #D0D0D0. Windows color (decimal): -1123266 or 4119790. OLE color: 4119790.
HSL color Cylindrical-coordinate representation of color #EEDC3E: hue angle of 53.86º 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 #EEDC3E is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 220 | 62 | - |
| CMYK | 0 | 0.08 | 0.74 | 0.07 |
| HSL | 53.86º | 0.84% | 0.59% | - |
| HSV(B) | 53.86º | 0.74% | 0.93% | - |
| XYZ | 61.72 | 69.71 | 14.76 | - |
| YUV | 207.37 | 45.96 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 220 | 62 | 0 | 0.08 | 0.74 | 0.07 | 53.86 | 0.84 | 0.59 |
| Hex | EE | DC | 3E | 0 | 8 | 4A | 7 | 36 | 54 | 3B |
| Octal | 356 | 334 | 76 | 0 | 10 | 112 | 7 | 66 | 124 | 73 |
| Binary | 11101110 | 11011100 | 111110 | 0 | 1000 | 1001010 | 111 | 110110 | 1010100 | 111011 |
Color Harmonies of #EEDC3E
Complementary color
Monochromatic Colors of #EEDC3E
Black with #EEDC3E
Text Example
Text Example
White with #EEDC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDC3E; }
p { color: rgb(238,220,62); }
H1.HeaderClassName
{
color: #EEDC3E;
}
.AnyTagClassName
{
color: #EEDC3E;
}
</style>
background-color css
<style>
a { background-color: #EEDC3E; }
a { background-color: rgb(238,220,62); }
div.DivClassName
{
background-color: #EEDC3E;
}
.BgClassName
{
background-color: #EEDC3E;
}
</style>
border-color css
<style>
span { border-color: #EEDC3E; }
span { border-color: rgb(238,220,62); }
td.TdClassName
{
border-color: #EEDC3E;
}
.TagClassName
{
border-color: #EEDC3E;
}
</style>