Shades of Starship #EEDF3F
Tints of Starship #EEDF3F
RGB
CMYK
RGB Variations
Color information
#EEDF3F (or 0xEEDF3F) is known color: Starship. HEX triplet: EE, DF and 3F. RGB value is (238,223,63). Sum of RGB (Red+Green+Blue) = 238+223+63=524 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.42% from 524); Green value is 223 (87.5% from 255 or 42.56% from 524); Blue value is 63 (25% from 255 or 12.02% from 524); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDF3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDF3F is #1120C0. Grayscale: #D1D1D1. Windows color (decimal): -1122497 or 4186094. OLE color: 4186094.
HSL color Cylindrical-coordinate representation of color #EEDF3F: hue angle of 54.86º 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 #EEDF3F is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 223 | 63 | - |
| CMYK | 0 | 0.06 | 0.74 | 0.07 |
| HSL | 54.86º | 0.84% | 0.59% | - |
| HSV(B) | 54.86º | 0.74% | 0.93% | - |
| XYZ | 62.54 | 71.31 | 15.17 | - |
| YUV | 209.25 | 45.47 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 223 | 63 | 0 | 0.06 | 0.74 | 0.07 | 54.86 | 0.84 | 0.59 |
| Hex | EE | DF | 3F | 0 | 6 | 4A | 7 | 37 | 54 | 3B |
| Octal | 356 | 337 | 77 | 0 | 6 | 112 | 7 | 67 | 124 | 73 |
| Binary | 11101110 | 11011111 | 111111 | 0 | 110 | 1001010 | 111 | 110111 | 1010100 | 111011 |
Color Harmonies of #EEDF3F
Complementary color
Monochromatic Colors of #EEDF3F
Black with #EEDF3F
Text Example
Text Example
White with #EEDF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDF3F; }
p { color: rgb(238,223,63); }
H1.HeaderClassName
{
color: #EEDF3F;
}
.AnyTagClassName
{
color: #EEDF3F;
}
</style>
background-color css
<style>
a { background-color: #EEDF3F; }
a { background-color: rgb(238,223,63); }
div.DivClassName
{
background-color: #EEDF3F;
}
.BgClassName
{
background-color: #EEDF3F;
}
</style>
border-color css
<style>
span { border-color: #EEDF3F; }
span { border-color: rgb(238,223,63); }
td.TdClassName
{
border-color: #EEDF3F;
}
.TagClassName
{
border-color: #EEDF3F;
}
</style>