#EAED39

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

Shades of Starship #EAED39

Tints of Starship #EAED39

Color information

#EAED39 (or 0xEAED39) is unknown color: approx Starship. HEX triplet: EA, ED and 39. RGB value is (234,237,57). Sum of RGB (Red+Green+Blue) = 234+237+57=528 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.32% from 528); Green value is 237 (92.97% from 255 or 44.89% from 528); Blue value is 57 (22.66% from 255 or 10.80% from 528); Max value from RGB is 237 - color contains mainly: green. Hex color #EAED39 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAED39 is #1512C6. Grayscale: #D8D8D8. Windows color (decimal): -1381063 or 3796458. OLE color: 3796458.

HSL color Cylindrical-coordinate representation of color #EAED39: hue angle of 61º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EAED39 is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB23423757-
CMYK0.0100.760.07
HSL61º83.33%57.65%-
HSV(B)61º75.95%92.94%-
XYZ64.9578.3615.57-
YUV215.5838.51141.14-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.32%
GREEN value IS 237 (92.97% from 255) = 44.89%
BLUE value IS 57 (22.66% from 255) = 10.80%
R=44.32%
G=44.89%
B=10.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal234237570.0100.760.076183.3357.65
HexEAED39104C73d533a
Octal352355711011477512372
Binary11101010111011011110011010011001111111011010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAED39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAED39; }

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

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

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

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

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

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

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

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