Shades of Starship #EEDA3F
Tints of Starship #EEDA3F
RGB
CMYK
RGB Variations
Color information
#EEDA3F (or 0xEEDA3F) is known color: Starship. HEX triplet: EE, DA and 3F. RGB value is (238,218,63). Sum of RGB (Red+Green+Blue) = 238+218+63=519 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.86% from 519); Green value is 218 (85.55% from 255 or 42.00% from 519); Blue value is 63 (25% from 255 or 12.14% from 519); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDA3F is #1125C0. Grayscale: #CECECE. Windows color (decimal): -1123777 or 4184814. OLE color: 4184814.
HSL color Cylindrical-coordinate representation of color #EEDA3F: hue angle of 53.14º 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 #EEDA3F is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 63 | - |
| CMYK | 0 | 0.08 | 0.74 | 0.07 |
| HSL | 53.14º | 0.84% | 0.59% | - |
| HSV(B) | 53.14º | 0.74% | 0.93% | - |
| XYZ | 61.23 | 68.68 | 14.73 | - |
| YUV | 206.31 | 47.13 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 63 | 0 | 0.08 | 0.74 | 0.07 | 53.14 | 0.84 | 0.59 |
| Hex | EE | DA | 3F | 0 | 8 | 4A | 7 | 35 | 54 | 3B |
| Octal | 356 | 332 | 77 | 0 | 10 | 112 | 7 | 65 | 124 | 73 |
| Binary | 11101110 | 11011010 | 111111 | 0 | 1000 | 1001010 | 111 | 110101 | 1010100 | 111011 |
Color Harmonies of #EEDA3F
Complementary color
Monochromatic Colors of #EEDA3F
Black with #EEDA3F
Text Example
Text Example
White with #EEDA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDA3F; }
p { color: rgb(238,218,63); }
H1.HeaderClassName
{
color: #EEDA3F;
}
.AnyTagClassName
{
color: #EEDA3F;
}
</style>
background-color css
<style>
a { background-color: #EEDA3F; }
a { background-color: rgb(238,218,63); }
div.DivClassName
{
background-color: #EEDA3F;
}
.BgClassName
{
background-color: #EEDA3F;
}
</style>
border-color css
<style>
span { border-color: #EEDA3F; }
span { border-color: rgb(238,218,63); }
td.TdClassName
{
border-color: #EEDA3F;
}
.TagClassName
{
border-color: #EEDA3F;
}
</style>