Shades of Starship #EEDE43
Tints of Starship #EEDE43
RGB
CMYK
RGB Variations
Color information
#EEDE43 (or 0xEEDE43) is known color: Starship. HEX triplet: EE, DE and 43. RGB value is (238,222,67). Sum of RGB (Red+Green+Blue) = 238+222+67=527 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.16% from 527); Green value is 222 (87.11% from 255 or 42.13% from 527); Blue value is 67 (26.56% from 255 or 12.71% from 527); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDE43 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDE43 is #1121BC. Grayscale: #D1D1D1. Windows color (decimal): -1122749 or 4447982. OLE color: 4447982.
HSL color Cylindrical-coordinate representation of color #EEDE43: hue angle of 54.39º 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 #EEDE43 is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 222 | 67 | - |
| CMYK | 0 | 0.07 | 0.72 | 0.07 |
| HSL | 54.39º | 0.83% | 0.6% | - |
| HSV(B) | 54.39º | 0.72% | 0.93% | - |
| XYZ | 62.39 | 70.82 | 15.69 | - |
| YUV | 209.11 | 47.8 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 222 | 67 | 0 | 0.07 | 0.72 | 0.07 | 54.39 | 0.83 | 0.6 |
| Hex | EE | DE | 43 | 0 | 7 | 48 | 7 | 36 | 53 | 3C |
| Octal | 356 | 336 | 103 | 0 | 7 | 110 | 7 | 66 | 123 | 74 |
| Binary | 11101110 | 11011110 | 1000011 | 0 | 111 | 1001000 | 111 | 110110 | 1010011 | 111100 |
Color Harmonies of #EEDE43
Complementary color
Monochromatic Colors of #EEDE43
Black with #EEDE43
Text Example
Text Example
White with #EEDE43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDE43; }
p { color: rgb(238,222,67); }
H1.HeaderClassName
{
color: #EEDE43;
}
.AnyTagClassName
{
color: #EEDE43;
}
</style>
background-color css
<style>
a { background-color: #EEDE43; }
a { background-color: rgb(238,222,67); }
div.DivClassName
{
background-color: #EEDE43;
}
.BgClassName
{
background-color: #EEDE43;
}
</style>
border-color css
<style>
span { border-color: #EEDE43; }
span { border-color: rgb(238,222,67); }
td.TdClassName
{
border-color: #EEDE43;
}
.TagClassName
{
border-color: #EEDE43;
}
</style>