Shades of Starship #EEDB40
Tints of Starship #EEDB40
RGB
CMYK
RGB Variations
Color information
#EEDB40 (or 0xEEDB40) is known color: Starship. HEX triplet: EE, DB and 40. RGB value is (238,219,64). Sum of RGB (Red+Green+Blue) = 238+219+64=521 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.68% from 521); Green value is 219 (85.94% from 255 or 42.03% from 521); Blue value is 64 (25.39% from 255 or 12.28% from 521); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDB40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDB40 is #1124BF. Grayscale: #CFCFCF. Windows color (decimal): -1123520 or 4250606. OLE color: 4250606.
HSL color Cylindrical-coordinate representation of color #EEDB40: hue angle of 53.45º 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 #EEDB40 is Cyan = 0, Magento = 0.08, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 219 | 64 | - |
| CMYK | 0 | 0.08 | 0.73 | 0.07 |
| HSL | 53.45º | 0.84% | 0.59% | - |
| HSV(B) | 53.45º | 0.73% | 0.93% | - |
| XYZ | 61.52 | 69.21 | 14.97 | - |
| YUV | 207.01 | 47.29 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 219 | 64 | 0 | 0.08 | 0.73 | 0.07 | 53.45 | 0.84 | 0.59 |
| Hex | EE | DB | 40 | 0 | 8 | 49 | 7 | 35 | 54 | 3B |
| Octal | 356 | 333 | 100 | 0 | 10 | 111 | 7 | 65 | 124 | 73 |
| Binary | 11101110 | 11011011 | 1000000 | 0 | 1000 | 1001001 | 111 | 110101 | 1010100 | 111011 |
Color Harmonies of #EEDB40
Complementary color
Monochromatic Colors of #EEDB40
Black with #EEDB40
Text Example
Text Example
White with #EEDB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDB40; }
p { color: rgb(238,219,64); }
H1.HeaderClassName
{
color: #EEDB40;
}
.AnyTagClassName
{
color: #EEDB40;
}
</style>
background-color css
<style>
a { background-color: #EEDB40; }
a { background-color: rgb(238,219,64); }
div.DivClassName
{
background-color: #EEDB40;
}
.BgClassName
{
background-color: #EEDB40;
}
</style>
border-color css
<style>
span { border-color: #EEDB40; }
span { border-color: rgb(238,219,64); }
td.TdClassName
{
border-color: #EEDB40;
}
.TagClassName
{
border-color: #EEDB40;
}
</style>