#EADA45

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

Shades of Starship #EADA45

Tints of Starship #EADA45

Color information

#EADA45 (or 0xEADA45) is unknown color: approx Starship. HEX triplet: EA, DA and 45. RGB value is (234,218,69). Sum of RGB (Red+Green+Blue) = 234+218+69=521 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.91% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 69 (27.34% from 255 or 13.24% from 521); Max value from RGB is 234 - color contains mainly: red. Hex color #EADA45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADA45 is #1525BA. Grayscale: #CECECE. Windows color (decimal): -1385915 or 4578026. OLE color: 4578026.

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

Color convert

RGB23421869-
CMYK00.070.710.08
HSL54.18º79.71%59.41%-
HSV(B)54.18º70.51%91.76%-
XYZ60.0868.0615.6-
YUV205.850.8148.12-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.91%
GREEN value IS 218 (85.55% from 255) = 41.84%
BLUE value IS 69 (27.34% from 255) = 13.24%
R=44.91%
G=41.84%
B=13.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.71
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342186900.070.710.0854.1879.7159.41
HexEADA450747836503b
Octal35233210507107106612073
Binary111010101101101010001010111100011110001101101010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADA45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADA45; }

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

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

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

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

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

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

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

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