#EAEC45

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

Shades of Starship #EAEC45

Tints of Starship #EAEC45

Color information

#EAEC45 (or 0xEAEC45) is unknown color: approx Starship. HEX triplet: EA, EC and 45. RGB value is (234,236,69). Sum of RGB (Red+Green+Blue) = 234+236+69=539 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.41% from 539); Green value is 236 (92.58% from 255 or 43.78% from 539); Blue value is 69 (27.34% from 255 or 12.80% from 539); Max value from RGB is 236 - color contains mainly: green. Hex color #EAEC45 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAEC45 is #1513BA. Grayscale: #D9D9D9. Windows color (decimal): -1381307 or 4582634. OLE color: 4582634.

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

Color convert

RGB23423669-
CMYK0.0100.710.07
HSL60.72º81.46%59.8%-
HSV(B)60.72º70.76%92.55%-
XYZ6577.9117.24-
YUV216.3644.84140.58-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.41%
GREEN value IS 236 (92.58% from 255) = 43.78%
BLUE value IS 69 (27.34% from 255) = 12.80%
R=43.41%
G=43.78%
B=12.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal234236690.0100.710.0760.7281.4659.8
HexEAEC45104773d513c
Octal3523541051010777512174
Binary111010101110110010001011010001111111111011010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEC45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEC45; }

 p { color: rgb(234,236,69); }

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

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

 a { background-color: rgb(234,236,69); }

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

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

 span { border-color: rgb(234,236,69); }

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