Shades of Starship #EEDD42
Tints of Starship #EEDD42
RGB
CMYK
RGB Variations
Color information
#EEDD42 (or 0xEEDD42) is known color: Starship. HEX triplet: EE, DD and 42. RGB value is (238,221,66). Sum of RGB (Red+Green+Blue) = 238+221+66=525 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.33% from 525); Green value is 221 (86.72% from 255 or 42.10% from 525); Blue value is 66 (26.17% from 255 or 12.57% from 525); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDD42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDD42 is #1122BD. Grayscale: #D1D1D1. Windows color (decimal): -1123006 or 4382190. OLE color: 4382190.
HSL color Cylindrical-coordinate representation of color #EEDD42: hue angle of 54.07º 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 #EEDD42 is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 221 | 66 | - |
| CMYK | 0 | 0.07 | 0.72 | 0.07 |
| HSL | 54.07º | 0.83% | 0.6% | - |
| HSV(B) | 54.07º | 0.72% | 0.93% | - |
| XYZ | 62.1 | 70.28 | 15.45 | - |
| YUV | 208.41 | 47.63 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 221 | 66 | 0 | 0.07 | 0.72 | 0.07 | 54.07 | 0.83 | 0.6 |
| Hex | EE | DD | 42 | 0 | 7 | 48 | 7 | 36 | 53 | 3C |
| Octal | 356 | 335 | 102 | 0 | 7 | 110 | 7 | 66 | 123 | 74 |
| Binary | 11101110 | 11011101 | 1000010 | 0 | 111 | 1001000 | 111 | 110110 | 1010011 | 111100 |
Color Harmonies of #EEDD42
Complementary color
Monochromatic Colors of #EEDD42
Black with #EEDD42
Text Example
Text Example
White with #EEDD42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDD42; }
p { color: rgb(238,221,66); }
H1.HeaderClassName
{
color: #EEDD42;
}
.AnyTagClassName
{
color: #EEDD42;
}
</style>
background-color css
<style>
a { background-color: #EEDD42; }
a { background-color: rgb(238,221,66); }
div.DivClassName
{
background-color: #EEDD42;
}
.BgClassName
{
background-color: #EEDD42;
}
</style>
border-color css
<style>
span { border-color: #EEDD42; }
span { border-color: rgb(238,221,66); }
td.TdClassName
{
border-color: #EEDD42;
}
.TagClassName
{
border-color: #EEDD42;
}
</style>