#EC6549

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

Shades of Flamingo #EC6549

Tints of Flamingo #EC6549

Color information

#EC6549 (or 0xEC6549) is unknown color: approx Flamingo. HEX triplet: EC, 65 and 49. RGB value is (236,101,73). Sum of RGB (Red+Green+Blue) = 236+101+73=410 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.56% from 410); Green value is 101 (39.84% from 255 or 24.63% from 410); Blue value is 73 (28.91% from 255 or 17.80% from 410); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6549 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6549 is #139AB6. Grayscale: #8A8A8A. Windows color (decimal): -1284791 or 4810220. OLE color: 4810220.

HSL color Cylindrical-coordinate representation of color #EC6549: hue angle of 10.31º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC6549 is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB23610173-
CMYK00.570.690.07
HSL10.31º81.09%60.59%-
HSV(B)10.31º69.07%92.55%-
XYZ40.4527.629.5-
YUV138.1791.23197.78-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 57.56%
GREEN value IS 101 (39.84% from 255) = 24.63%
BLUE value IS 73 (28.91% from 255) = 17.80%
R=57.56%
G=24.63%
B=17.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.69
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361017300.570.690.0710.3181.0960.59
HexEC6549039457a513d
Octal35414511107110571212175
Binary11101100110010110010010111001100010111110101010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6549; }

 p { color: rgb(236,101,73); }

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

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

 a { background-color: rgb(236,101,73); }

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

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

 span { border-color: rgb(236,101,73); }

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