Shades of Starship #EEDC44
Tints of Starship #EEDC44
RGB
CMYK
RGB Variations
Color information
#EEDC44 (or 0xEEDC44) is known color: Starship. HEX triplet: EE, DC and 44. RGB value is (238,220,68). Sum of RGB (Red+Green+Blue) = 238+220+68=526 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.25% from 526); Green value is 220 (86.33% from 255 or 41.83% from 526); Blue value is 68 (26.95% from 255 or 12.93% from 526); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDC44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDC44 is #1123BB. Grayscale: #D0D0D0. Windows color (decimal): -1123260 or 4513006. OLE color: 4513006.
HSL color Cylindrical-coordinate representation of color #EEDC44: hue angle of 53.65º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EEDC44 is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 220 | 68 | - |
| CMYK | 0 | 0.08 | 0.71 | 0.07 |
| HSL | 53.65º | 0.83% | 0.6% | - |
| HSV(B) | 53.65º | 0.71% | 0.93% | - |
| XYZ | 61.9 | 69.78 | 15.68 | - |
| YUV | 208.05 | 48.96 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 220 | 68 | 0 | 0.08 | 0.71 | 0.07 | 53.65 | 0.83 | 0.6 |
| Hex | EE | DC | 44 | 0 | 8 | 47 | 7 | 36 | 53 | 3C |
| Octal | 356 | 334 | 104 | 0 | 10 | 107 | 7 | 66 | 123 | 74 |
| Binary | 11101110 | 11011100 | 1000100 | 0 | 1000 | 1000111 | 111 | 110110 | 1010011 | 111100 |
Color Harmonies of #EEDC44
Complementary color
Monochromatic Colors of #EEDC44
Black with #EEDC44
Text Example
Text Example
White with #EEDC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDC44; }
p { color: rgb(238,220,68); }
H1.HeaderClassName
{
color: #EEDC44;
}
.AnyTagClassName
{
color: #EEDC44;
}
</style>
background-color css
<style>
a { background-color: #EEDC44; }
a { background-color: rgb(238,220,68); }
div.DivClassName
{
background-color: #EEDC44;
}
.BgClassName
{
background-color: #EEDC44;
}
</style>
border-color css
<style>
span { border-color: #EEDC44; }
span { border-color: rgb(238,220,68); }
td.TdClassName
{
border-color: #EEDC44;
}
.TagClassName
{
border-color: #EEDC44;
}
</style>