#ECDC42

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

Shades of Starship #ECDC42

Tints of Starship #ECDC42

Color information

#ECDC42 (or 0xECDC42) is unknown color: approx Starship. HEX triplet: EC, DC and 42. RGB value is (236,220,66). Sum of RGB (Red+Green+Blue) = 236+220+66=522 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.21% from 522); Green value is 220 (86.33% from 255 or 42.15% from 522); Blue value is 66 (26.17% from 255 or 12.64% from 522); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDC42 is #1323BD. Grayscale: #CFCFCF. Windows color (decimal): -1254334 or 4381932. OLE color: 4381932.

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

Color convert

RGB23622066-
CMYK00.070.720.07
HSL54.35º81.73%59.22%-
HSV(B)54.35º72.03%92.55%-
XYZ61.1769.4115.33-
YUV207.2348.3148.52-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.21%
GREEN value IS 220 (86.33% from 255) = 42.15%
BLUE value IS 66 (26.17% from 255) = 12.64%
R=45.21%
G=42.15%
B=12.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.72
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362206600.070.720.0754.3581.7359.22
HexECDC420748736523b
Octal3543341020711076612273
Binary11101100110111001000010011110010001111101101010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDC42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDC42; }

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

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

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

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

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

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

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

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