Shades of Starship #EADE3F
Tints of Starship #EADE3F
RGB
CMYK
RGB Variations
Color information
#EADE3F (or 0xEADE3F) is known color: Starship. HEX triplet: EA, DE and 3F. RGB value is (234,222,63). Sum of RGB (Red+Green+Blue) = 234+222+63=519 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.09% from 519); Green value is 222 (87.11% from 255 or 42.77% from 519); Blue value is 63 (25% from 255 or 12.14% from 519); Max value from RGB is 234 - color contains mainly: red. Hex color #EADE3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADE3F is #1521C0. Grayscale: #D0D0D0. Windows color (decimal): -1384897 or 4185834. OLE color: 4185834.
HSL color Cylindrical-coordinate representation of color #EADE3F: hue angle of 55.79º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EADE3F is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 222 | 63 | - |
| CMYK | 0 | 0.05 | 0.73 | 0.08 |
| HSL | 55.79º | 0.8% | 0.58% | - |
| HSV(B) | 55.79º | 0.73% | 0.92% | - |
| XYZ | 60.95 | 70.09 | 15.02 | - |
| YUV | 207.46 | 46.48 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 222 | 63 | 0 | 0.05 | 0.73 | 0.08 | 55.79 | 0.8 | 0.58 |
| Hex | EA | DE | 3F | 0 | 5 | 49 | 8 | 38 | 50 | 3A |
| Octal | 352 | 336 | 77 | 0 | 5 | 111 | 10 | 70 | 120 | 72 |
| Binary | 11101010 | 11011110 | 111111 | 0 | 101 | 1001001 | 1000 | 111000 | 1010000 | 111010 |
Color Harmonies of #EADE3F
Complementary color
Monochromatic Colors of #EADE3F
Black with #EADE3F
Text Example
Text Example
White with #EADE3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADE3F; }
p { color: rgb(234,222,63); }
H1.HeaderClassName
{
color: #EADE3F;
}
.AnyTagClassName
{
color: #EADE3F;
}
</style>
background-color css
<style>
a { background-color: #EADE3F; }
a { background-color: rgb(234,222,63); }
div.DivClassName
{
background-color: #EADE3F;
}
.BgClassName
{
background-color: #EADE3F;
}
</style>
border-color css
<style>
span { border-color: #EADE3F; }
span { border-color: rgb(234,222,63); }
td.TdClassName
{
border-color: #EADE3F;
}
.TagClassName
{
border-color: #EADE3F;
}
</style>