Shades of Starship #EEDD3E
Tints of Starship #EEDD3E
RGB
CMYK
RGB Variations
Color information
#EEDD3E (or 0xEEDD3E) is known color: Starship. HEX triplet: EE, DD and 3E. RGB value is (238,221,62). Sum of RGB (Red+Green+Blue) = 238+221+62=521 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.68% from 521); Green value is 221 (86.72% from 255 or 42.42% from 521); Blue value is 62 (24.61% from 255 or 11.90% from 521); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDD3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDD3E is #1122C1. Grayscale: #D0D0D0. Windows color (decimal): -1123010 or 4120046. OLE color: 4120046.
HSL color Cylindrical-coordinate representation of color #EEDD3E: hue angle of 54.2º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EEDD3E is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 221 | 62 | - |
| CMYK | 0 | 0.07 | 0.74 | 0.07 |
| HSL | 54.2º | 0.84% | 0.59% | - |
| HSV(B) | 54.2º | 0.74% | 0.93% | - |
| XYZ | 61.99 | 70.24 | 14.85 | - |
| YUV | 207.96 | 45.63 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 221 | 62 | 0 | 0.07 | 0.74 | 0.07 | 54.2 | 0.84 | 0.59 |
| Hex | EE | DD | 3E | 0 | 7 | 4A | 7 | 36 | 54 | 3B |
| Octal | 356 | 335 | 76 | 0 | 7 | 112 | 7 | 66 | 124 | 73 |
| Binary | 11101110 | 11011101 | 111110 | 0 | 111 | 1001010 | 111 | 110110 | 1010100 | 111011 |
Color Harmonies of #EEDD3E
Complementary color
Monochromatic Colors of #EEDD3E
Black with #EEDD3E
Text Example
Text Example
White with #EEDD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDD3E; }
p { color: rgb(238,221,62); }
H1.HeaderClassName
{
color: #EEDD3E;
}
.AnyTagClassName
{
color: #EEDD3E;
}
</style>
background-color css
<style>
a { background-color: #EEDD3E; }
a { background-color: rgb(238,221,62); }
div.DivClassName
{
background-color: #EEDD3E;
}
.BgClassName
{
background-color: #EEDD3E;
}
</style>
border-color css
<style>
span { border-color: #EEDD3E; }
span { border-color: rgb(238,221,62); }
td.TdClassName
{
border-color: #EEDD3E;
}
.TagClassName
{
border-color: #EEDD3E;
}
</style>