Shades of Starship #EEDD40
Tints of Starship #EEDD40
RGB
CMYK
RGB Variations
Color information
#EEDD40 (or 0xEEDD40) is known color: Starship. HEX triplet: EE, DD and 40. RGB value is (238,221,64). Sum of RGB (Red+Green+Blue) = 238+221+64=523 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.51% from 523); Green value is 221 (86.72% from 255 or 42.26% from 523); Blue value is 64 (25.39% from 255 or 12.24% from 523); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDD40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDD40 is #1122BF. Grayscale: #D0D0D0. Windows color (decimal): -1123008 or 4251118. OLE color: 4251118.
HSL color Cylindrical-coordinate representation of color #EEDD40: hue angle of 54.14º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EEDD40 is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 221 | 64 | - |
| CMYK | 0 | 0.07 | 0.73 | 0.07 |
| HSL | 54.14º | 0.84% | 0.59% | - |
| HSV(B) | 54.14º | 0.73% | 0.93% | - |
| XYZ | 62.04 | 70.26 | 15.14 | - |
| YUV | 208.19 | 46.63 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 221 | 64 | 0 | 0.07 | 0.73 | 0.07 | 54.14 | 0.84 | 0.59 |
| Hex | EE | DD | 40 | 0 | 7 | 49 | 7 | 36 | 54 | 3B |
| Octal | 356 | 335 | 100 | 0 | 7 | 111 | 7 | 66 | 124 | 73 |
| Binary | 11101110 | 11011101 | 1000000 | 0 | 111 | 1001001 | 111 | 110110 | 1010100 | 111011 |
Color Harmonies of #EEDD40
Complementary color
Monochromatic Colors of #EEDD40
Black with #EEDD40
Text Example
Text Example
White with #EEDD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDD40; }
p { color: rgb(238,221,64); }
H1.HeaderClassName
{
color: #EEDD40;
}
.AnyTagClassName
{
color: #EEDD40;
}
</style>
background-color css
<style>
a { background-color: #EEDD40; }
a { background-color: rgb(238,221,64); }
div.DivClassName
{
background-color: #EEDD40;
}
.BgClassName
{
background-color: #EEDD40;
}
</style>
border-color css
<style>
span { border-color: #EEDD40; }
span { border-color: rgb(238,221,64); }
td.TdClassName
{
border-color: #EEDD40;
}
.TagClassName
{
border-color: #EEDD40;
}
</style>