#ECDC3E

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

Shades of Starship #ECDC3E

Tints of Starship #ECDC3E

Color information

#ECDC3E (or 0xECDC3E) is unknown color: approx Starship. HEX triplet: EC, DC and 3E. RGB value is (236,220,62). Sum of RGB (Red+Green+Blue) = 236+220+62=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 220 (86.33% from 255 or 42.47% from 518); Blue value is 62 (24.61% from 255 or 11.97% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDC3E is #1323C1. Grayscale: #CFCFCF. Windows color (decimal): -1254338 or 4119788. OLE color: 4119788.

HSL color Cylindrical-coordinate representation of color #ECDC3E: hue angle of 54.48º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ECDC3E is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB23622062-
CMYK00.070.740.07
HSL54.48º82.08%58.43%-
HSV(B)54.48º73.73%92.55%-
XYZ61.0569.3714.73-
YUV206.7746.3148.85-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.56%
GREEN value IS 220 (86.33% from 255) = 42.47%
BLUE value IS 62 (24.61% from 255) = 11.97%
R=45.56%
G=42.47%
B=11.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.74
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362206200.070.740.0754.4882.0858.43
HexECDC3E074A736523a
Octal354334760711276612272
Binary1110110011011100111110011110010101111101101010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDC3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDC3E; }

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

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

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

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

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

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

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

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