#EADA39

Color #EADA39 Starship (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Starship #EADA39

Tints of Starship #EADA39

Color information

#EADA39 (or 0xEADA39) is unknown color: approx Starship. HEX triplet: EA, DA and 39. RGB value is (234,218,57). Sum of RGB (Red+Green+Blue) = 234+218+57=509 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.97% from 509); Green value is 218 (85.55% from 255 or 42.83% from 509); Blue value is 57 (22.66% from 255 or 11.20% from 509); Max value from RGB is 234 - color contains mainly: red. Hex color #EADA39 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADA39 is #1525C6. Grayscale: #CDCDCD. Windows color (decimal): -1385927 or 3791594. OLE color: 3791594.

HSL color Cylindrical-coordinate representation of color #EADA39: hue angle of 54.58º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EADA39 is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.08.

Color convert

RGB23421857-
CMYK00.070.760.08
HSL54.58º80.82%57.06%-
HSV(B)54.58º75.64%91.76%-
XYZ59.7467.9313.83-
YUV204.4344.8149.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 234 (91.80% from 255) = 45.97%
GREEN value IS 218 (85.55% from 255) = 42.83%
BLUE value IS 57 (22.66% from 255) = 11.20%
R=45.97%
G=42.83%
B=11.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.76
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342185700.070.760.0854.5880.8257.06
HexEADA39074C8375139
Octal3523327107114106712171
Binary11101010110110101110010111100110010001101111010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADA39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADA39; }

 p { color: rgb(234,218,57); }

 H1.HeaderClassName
 {
   color: #EADA39;
 }
 .AnyTagClassName
 {
   color: #EADA39;
 }
</style>
background-color css

<style>
 a { background-color: #EADA39; }

 a { background-color: rgb(234,218,57); }

 div.DivClassName
 {
   background-color: #EADA39;
 }
 .BgClassName
 {
   background-color: #EADA39;
 }
</style>
border-color css

<style>
 span { border-color: #EADA39; }

 span { border-color: rgb(234,218,57); }

 td.TdClassName
 {
   border-color: #EADA39;
 }
 .TagClassName
 {
   border-color: #EADA39;
 }
</style>