#EC5A40

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

Shades of Flamingo #EC5A40

Tints of Flamingo #EC5A40

Color information

#EC5A40 (or 0xEC5A40) is unknown color: approx Flamingo. HEX triplet: EC, 5A and 40. RGB value is (236,90,64). Sum of RGB (Red+Green+Blue) = 236+90+64=390 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.51% from 390); Green value is 90 (35.55% from 255 or 23.08% from 390); Blue value is 64 (25.39% from 255 or 16.41% from 390); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5A40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5A40 is #13A5BF. Grayscale: #828282. Windows color (decimal): -1287616 or 4217580. OLE color: 4217580.

HSL color Cylindrical-coordinate representation of color #EC5A40: hue angle of 9.07º degrees, saturation: 0.82, 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 #EC5A40 is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB2369064-
CMYK00.620.730.07
HSL9.07º81.9%58.82%-
HSV(B)9.07º72.88%92.55%-
XYZ39.1725.527.71-
YUV130.6990.37203.11-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 60.51%
GREEN value IS 90 (35.55% from 255) = 23.08%
BLUE value IS 64 (25.39% from 255) = 16.41%
R=60.51%
G=23.08%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.73
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236906400.620.730.079.0781.958.82
HexEC5A4003E4979523b
Octal35413210007611171112273
Binary11101100101101010000000111110100100111110011010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5A40; }

 p { color: rgb(236,90,64); }

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

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

 a { background-color: rgb(236,90,64); }

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

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

 span { border-color: rgb(236,90,64); }

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