#ECD942

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

Shades of Starship #ECD942

Tints of Starship #ECD942

Color information

#ECD942 (or 0xECD942) is unknown color: approx Starship. HEX triplet: EC, D9 and 42. RGB value is (236,217,66). Sum of RGB (Red+Green+Blue) = 236+217+66=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 217 (85.16% from 255 or 41.81% from 519); Blue value is 66 (26.17% from 255 or 12.72% from 519); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD942 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD942 is #1326BD. Grayscale: #CECECE. Windows color (decimal): -1255102 or 4381164. OLE color: 4381164.

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

Color convert

RGB23621766-
CMYK00.080.720.07
HSL53.29º81.73%59.22%-
HSV(B)53.29º72.03%92.55%-
XYZ60.3967.8515.07-
YUV205.4749.29149.78-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.47%
GREEN value IS 217 (85.16% from 255) = 41.81%
BLUE value IS 66 (26.17% from 255) = 12.72%
R=45.47%
G=41.81%
B=12.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.72
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362176600.080.720.0753.2981.7359.22
HexECD9420848735523b
Octal35433110201011076512273
Binary111011001101100110000100100010010001111101011010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD942; }

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

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

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

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

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

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

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

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