#EADC3E

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

Shades of Starship #EADC3E

Tints of Starship #EADC3E

Color information

#EADC3E (or 0xEADC3E) is unknown color: approx Starship. HEX triplet: EA, DC and 3E. RGB value is (234,220,62). Sum of RGB (Red+Green+Blue) = 234+220+62=516 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.35% from 516); Green value is 220 (86.33% from 255 or 42.64% from 516); Blue value is 62 (24.61% from 255 or 12.02% from 516); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADC3E is #1523C1. Grayscale: #CECECE. Windows color (decimal): -1385410 or 4119786. OLE color: 4119786.

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

Color convert

RGB23422062-
CMYK00.060.740.08
HSL55.12º80.37%58.04%-
HSV(B)55.12º73.5%91.76%-
XYZ60.3969.0314.7-
YUV206.1746.64147.85-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.35%
GREEN value IS 220 (86.33% from 255) = 42.64%
BLUE value IS 62 (24.61% from 255) = 12.02%
R=45.35%
G=42.64%
B=12.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.74
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342206200.060.740.0855.1280.3758.04
HexEADC3E064A837503a
Octal3523347606112106712072
Binary11101010110111001111100110100101010001101111010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADC3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADC3E; }

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

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

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

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

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

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

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

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