#ECED41

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

Shades of Starship #ECED41

Tints of Starship #ECED41

Color information

#ECED41 (or 0xECED41) is unknown color: approx Starship. HEX triplet: EC, ED and 41. RGB value is (236,237,65). Sum of RGB (Red+Green+Blue) = 236+237+65=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 237 (92.97% from 255 or 44.05% from 538); Blue value is 65 (25.78% from 255 or 12.08% from 538); Max value from RGB is 237 - color contains mainly: green. Hex color #ECED41 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECED41 is #1312BE. Grayscale: #D9D9D9. Windows color (decimal): -1249983 or 4320748. OLE color: 4320748.

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

Color convert

RGB23623765-
CMYK0.0000.730.07
HSL60.35º82.69%59.22%-
HSV(B)60.35º72.57%92.94%-
XYZ65.8378.7816.74-
YUV217.0942.17141.49-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.87%
GREEN value IS 237 (92.97% from 255) = 44.05%
BLUE value IS 65 (25.78% from 255) = 12.08%
R=43.87%
G=44.05%
B=12.08%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236237650.0000.730.0760.3582.6959.22
HexECED41004973c533b
Octal3543551010011177412373
Binary111011001110110110000010010010011111111001010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECED41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECED41; }

 p { color: rgb(236,237,65); }

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

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

 a { background-color: rgb(236,237,65); }

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

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

 span { border-color: rgb(236,237,65); }

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