#EC5C42

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

Shades of Flamingo #EC5C42

Tints of Flamingo #EC5C42

Color information

#EC5C42 (or 0xEC5C42) is unknown color: approx Flamingo. HEX triplet: EC, 5C and 42. RGB value is (236,92,66). Sum of RGB (Red+Green+Blue) = 236+92+66=394 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.90% from 394); Green value is 92 (36.33% from 255 or 23.35% from 394); Blue value is 66 (26.17% from 255 or 16.75% from 394); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5C42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5C42 is #13A3BD. Grayscale: #848484. Windows color (decimal): -1287102 or 4349164. OLE color: 4349164.

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

Color convert

RGB2369266-
CMYK00.610.720.07
HSL9.18º81.73%59.22%-
HSV(B)9.18º72.03%92.55%-
XYZ39.425.888.07-
YUV132.0990.71202.11-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 59.90%
GREEN value IS 92 (36.33% from 255) = 23.35%
BLUE value IS 66 (26.17% from 255) = 16.75%
R=59.90%
G=23.35%
B=16.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.72
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236926600.610.720.079.1881.7359.22
HexEC5C4203D4879523b
Octal35413410207511071112273
Binary11101100101110010000100111101100100011110011010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5C42; }

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

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

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

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

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

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

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

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