#EADC44

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

Shades of Starship #EADC44

Tints of Starship #EADC44

Color information

#EADC44 (or 0xEADC44) is unknown color: approx Starship. HEX triplet: EA, DC and 44. RGB value is (234,220,68). Sum of RGB (Red+Green+Blue) = 234+220+68=522 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.83% from 522); Green value is 220 (86.33% from 255 or 42.15% from 522); Blue value is 68 (26.95% from 255 or 13.03% from 522); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADC44 is #1523BB. Grayscale: #CFCFCF. Windows color (decimal): -1385404 or 4513002. OLE color: 4513002.

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

Color convert

RGB23422068-
CMYK00.060.710.08
HSL54.94º79.81%59.22%-
HSV(B)54.94º70.94%91.76%-
XYZ60.5769.115.61-
YUV206.8649.64147.36-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.83%
GREEN value IS 220 (86.33% from 255) = 42.15%
BLUE value IS 68 (26.95% from 255) = 13.03%
R=44.83%
G=42.15%
B=13.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.71
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342206800.060.710.0854.9479.8159.22
HexEADC440647837503b
Octal35233410406107106712073
Binary111010101101110010001000110100011110001101111010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADC44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADC44; }

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

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

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

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

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

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

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

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