#EADB40

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

Shades of Starship #EADB40

Tints of Starship #EADB40

Color information

#EADB40 (or 0xEADB40) is unknown color: approx Starship. HEX triplet: EA, DB and 40. RGB value is (234,219,64). Sum of RGB (Red+Green+Blue) = 234+219+64=517 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.26% from 517); Green value is 219 (85.94% from 255 or 42.36% from 517); Blue value is 64 (25.39% from 255 or 12.38% from 517); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADB40 is #1524BF. Grayscale: #CECECE. Windows color (decimal): -1385664 or 4250602. OLE color: 4250602.

HSL color Cylindrical-coordinate representation of color #EADB40: hue angle of 54.71º 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 #EADB40 is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB23421964-
CMYK00.060.730.08
HSL54.71º80.19%58.43%-
HSV(B)54.71º72.65%91.76%-
XYZ60.1968.5314.9-
YUV205.8247.97148.1-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.26%
GREEN value IS 219 (85.94% from 255) = 42.36%
BLUE value IS 64 (25.39% from 255) = 12.38%
R=45.26%
G=42.36%
B=12.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.73
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342196400.060.730.0854.7180.1958.43
HexEADB400649837503a
Octal35233310006111106712072
Binary111010101101101110000000110100100110001101111010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADB40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADB40; }

 p { color: rgb(234,219,64); }

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

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

 a { background-color: rgb(234,219,64); }

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

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

 span { border-color: rgb(234,219,64); }

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