#eaed44

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

Shades of Starship #EAED44

Tints of Starship #EAED44

Color information

#EAED44 (or 0xEAED44) is unknown color: approx Starship. HEX triplet: EA, ED and 44. RGB value is (234,237,68). Sum of RGB (Red+Green+Blue) = 234+237+68=539 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.41% from 539); Green value is 237 (92.97% from 255 or 43.97% from 539); Blue value is 68 (26.95% from 255 or 12.62% from 539); Max value from RGB is 237 - color contains mainly: green. Hex color #EAED44 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAED44 is #1512BB. Grayscale: #D9D9D9. Windows color (decimal): -1381052 or 4517354. OLE color: 4517354.

HSL color Cylindrical-coordinate representation of color #EAED44: hue angle of 61.07º degrees, saturation: 0.82, 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 #EAED44 is Cyan = 0.01, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB23423768-
CMYK0.0100.710.07
HSL61.07º82.44%59.8%-
HSV(B)61.07º71.31%92.94%-
XYZ65.2678.4817.18-
YUV216.8444.01140.24-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.41%
GREEN value IS 237 (92.97% from 255) = 43.97%
BLUE value IS 68 (26.95% from 255) = 12.62%
R=43.41%
G=43.97%
B=12.62%

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
Decimal234237680.0100.710.0761.0782.4459.8
HexEAED44104773d523c
Octal3523551041010777512274
Binary111010101110110110001001010001111111111011010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eaed44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eaed44; }

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

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

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

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

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

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

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

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