Shades of Starship #EEDF41
Tints of Starship #EEDF41
RGB
CMYK
RGB Variations
Color information
#EEDF41 (or 0xEEDF41) is known color: Starship. HEX triplet: EE, DF and 41. RGB value is (238,223,65). Sum of RGB (Red+Green+Blue) = 238+223+65=526 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.25% from 526); Green value is 223 (87.5% from 255 or 42.40% from 526); Blue value is 65 (25.78% from 255 or 12.36% from 526); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDF41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDF41 is #1120BE. Grayscale: #D2D2D2. Windows color (decimal): -1122495 or 4317166. OLE color: 4317166.
HSL color Cylindrical-coordinate representation of color #EEDF41: hue angle of 54.8º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EEDF41 is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 223 | 65 | - |
| CMYK | 0 | 0.06 | 0.73 | 0.07 |
| HSL | 54.8º | 0.84% | 0.59% | - |
| HSV(B) | 54.8º | 0.73% | 0.93% | - |
| XYZ | 62.6 | 71.33 | 15.47 | - |
| YUV | 209.47 | 46.47 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 223 | 65 | 0 | 0.06 | 0.73 | 0.07 | 54.8 | 0.84 | 0.59 |
| Hex | EE | DF | 41 | 0 | 6 | 49 | 7 | 37 | 54 | 3B |
| Octal | 356 | 337 | 101 | 0 | 6 | 111 | 7 | 67 | 124 | 73 |
| Binary | 11101110 | 11011111 | 1000001 | 0 | 110 | 1001001 | 111 | 110111 | 1010100 | 111011 |
Color Harmonies of #EEDF41
Complementary color
Monochromatic Colors of #EEDF41
Black with #EEDF41
Text Example
Text Example
White with #EEDF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDF41; }
p { color: rgb(238,223,65); }
H1.HeaderClassName
{
color: #EEDF41;
}
.AnyTagClassName
{
color: #EEDF41;
}
</style>
background-color css
<style>
a { background-color: #EEDF41; }
a { background-color: rgb(238,223,65); }
div.DivClassName
{
background-color: #EEDF41;
}
.BgClassName
{
background-color: #EEDF41;
}
</style>
border-color css
<style>
span { border-color: #EEDF41; }
span { border-color: rgb(238,223,65); }
td.TdClassName
{
border-color: #EEDF41;
}
.TagClassName
{
border-color: #EEDF41;
}
</style>