Shades of Starship #EEDA40
Tints of Starship #EEDA40
RGB
CMYK
RGB Variations
Color information
#EEDA40 (or 0xEEDA40) is known color: Starship. HEX triplet: EE, DA and 40. RGB value is (238,218,64). Sum of RGB (Red+Green+Blue) = 238+218+64=520 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.77% from 520); Green value is 218 (85.55% from 255 or 41.92% from 520); Blue value is 64 (25.39% from 255 or 12.31% from 520); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDA40 is #1125BF. Grayscale: #CFCFCF. Windows color (decimal): -1123776 or 4250350. OLE color: 4250350.
HSL color Cylindrical-coordinate representation of color #EEDA40: hue angle of 53.1º 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 #EEDA40 is Cyan = 0, Magento = 0.08, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 64 | - |
| CMYK | 0 | 0.08 | 0.73 | 0.07 |
| HSL | 53.1º | 0.84% | 0.59% | - |
| HSV(B) | 53.1º | 0.73% | 0.93% | - |
| XYZ | 61.26 | 68.69 | 14.88 | - |
| YUV | 206.42 | 47.63 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 64 | 0 | 0.08 | 0.73 | 0.07 | 53.1 | 0.84 | 0.59 |
| Hex | EE | DA | 40 | 0 | 8 | 49 | 7 | 35 | 54 | 3B |
| Octal | 356 | 332 | 100 | 0 | 10 | 111 | 7 | 65 | 124 | 73 |
| Binary | 11101110 | 11011010 | 1000000 | 0 | 1000 | 1001001 | 111 | 110101 | 1010100 | 111011 |
Color Harmonies of #EEDA40
Complementary color
Monochromatic Colors of #EEDA40
Black with #EEDA40
Text Example
Text Example
White with #EEDA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDA40; }
p { color: rgb(238,218,64); }
H1.HeaderClassName
{
color: #EEDA40;
}
.AnyTagClassName
{
color: #EEDA40;
}
</style>
background-color css
<style>
a { background-color: #EEDA40; }
a { background-color: rgb(238,218,64); }
div.DivClassName
{
background-color: #EEDA40;
}
.BgClassName
{
background-color: #EEDA40;
}
</style>
border-color css
<style>
span { border-color: #EEDA40; }
span { border-color: rgb(238,218,64); }
td.TdClassName
{
border-color: #EEDA40;
}
.TagClassName
{
border-color: #EEDA40;
}
</style>