Shades of Starship #EEDD43
Tints of Starship #EEDD43
RGB
CMYK
RGB Variations
Color information
#EEDD43 (or 0xEEDD43) is known color: Starship. HEX triplet: EE, DD and 43. RGB value is (238,221,67). Sum of RGB (Red+Green+Blue) = 238+221+67=526 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.25% from 526); Green value is 221 (86.72% from 255 or 42.02% from 526); Blue value is 67 (26.56% from 255 or 12.74% from 526); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDD43 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDD43 is #1122BC. Grayscale: #D1D1D1. Windows color (decimal): -1123005 or 4447726. OLE color: 4447726.
HSL color Cylindrical-coordinate representation of color #EEDD43: hue angle of 54.04º 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 #EEDD43 is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 221 | 67 | - |
| CMYK | 0 | 0.07 | 0.72 | 0.07 |
| HSL | 54.04º | 0.83% | 0.6% | - |
| HSV(B) | 54.04º | 0.72% | 0.93% | - |
| XYZ | 62.13 | 70.3 | 15.6 | - |
| YUV | 208.53 | 48.13 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 221 | 67 | 0 | 0.07 | 0.72 | 0.07 | 54.04 | 0.83 | 0.6 |
| Hex | EE | DD | 43 | 0 | 7 | 48 | 7 | 36 | 53 | 3C |
| Octal | 356 | 335 | 103 | 0 | 7 | 110 | 7 | 66 | 123 | 74 |
| Binary | 11101110 | 11011101 | 1000011 | 0 | 111 | 1001000 | 111 | 110110 | 1010011 | 111100 |
Color Harmonies of #EEDD43
Complementary color
Monochromatic Colors of #EEDD43
Black with #EEDD43
Text Example
Text Example
White with #EEDD43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDD43; }
p { color: rgb(238,221,67); }
H1.HeaderClassName
{
color: #EEDD43;
}
.AnyTagClassName
{
color: #EEDD43;
}
</style>
background-color css
<style>
a { background-color: #EEDD43; }
a { background-color: rgb(238,221,67); }
div.DivClassName
{
background-color: #EEDD43;
}
.BgClassName
{
background-color: #EEDD43;
}
</style>
border-color css
<style>
span { border-color: #EEDD43; }
span { border-color: rgb(238,221,67); }
td.TdClassName
{
border-color: #EEDD43;
}
.TagClassName
{
border-color: #EEDD43;
}
</style>