Shades of Starship #EEDA43
Tints of Starship #EEDA43
RGB
CMYK
RGB Variations
Color information
#EEDA43 (or 0xEEDA43) is known color: Starship. HEX triplet: EE, DA and 43. RGB value is (238,218,67). Sum of RGB (Red+Green+Blue) = 238+218+67=523 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.51% from 523); Green value is 218 (85.55% from 255 or 41.68% from 523); Blue value is 67 (26.56% from 255 or 12.81% from 523); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA43 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDA43 is #1125BC. Grayscale: #CFCFCF. Windows color (decimal): -1123773 or 4446958. OLE color: 4446958.
HSL color Cylindrical-coordinate representation of color #EEDA43: hue angle of 52.98º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EEDA43 is Cyan = 0, Magento = 0.08, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 67 | - |
| CMYK | 0 | 0.08 | 0.72 | 0.07 |
| HSL | 52.98º | 0.83% | 0.6% | - |
| HSV(B) | 52.98º | 0.72% | 0.93% | - |
| XYZ | 61.34 | 68.73 | 15.34 | - |
| YUV | 206.77 | 49.13 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 67 | 0 | 0.08 | 0.72 | 0.07 | 52.98 | 0.83 | 0.6 |
| Hex | EE | DA | 43 | 0 | 8 | 48 | 7 | 35 | 53 | 3C |
| Octal | 356 | 332 | 103 | 0 | 10 | 110 | 7 | 65 | 123 | 74 |
| Binary | 11101110 | 11011010 | 1000011 | 0 | 1000 | 1001000 | 111 | 110101 | 1010011 | 111100 |
Color Harmonies of #EEDA43
Complementary color
Monochromatic Colors of #EEDA43
Black with #EEDA43
Text Example
Text Example
White with #EEDA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDA43; }
p { color: rgb(238,218,67); }
H1.HeaderClassName
{
color: #EEDA43;
}
.AnyTagClassName
{
color: #EEDA43;
}
</style>
background-color css
<style>
a { background-color: #EEDA43; }
a { background-color: rgb(238,218,67); }
div.DivClassName
{
background-color: #EEDA43;
}
.BgClassName
{
background-color: #EEDA43;
}
</style>
border-color css
<style>
span { border-color: #EEDA43; }
span { border-color: rgb(238,218,67); }
td.TdClassName
{
border-color: #EEDA43;
}
.TagClassName
{
border-color: #EEDA43;
}
</style>