Html Css Color HEX #EC6549 Flamingo

📋 copy color: '#EC6549'

red 236 ◦ green 101 ◦ blue 73

#EC6549
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flamingo #EC6549

Tints of Flamingo #EC6549

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.8%

R = 57.56%
G = 24.63%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC6549 (or 0xEC6549) is known color: 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

RGB 236 101 73 -
CMYK 0 0.57 0.69 0.07
HSL 10.31º 0.81% 0.61% -
HSV(B) 10.31º 0.69% 0.93% -
XYZ 40.45 27.62 9.5 -
YUV 138.17 91.23 197.78 -
System Red Green Blue C M Y K H S L
Decimal 236 101 73 0 0.57 0.69 0.07 10.31 0.81 0.61
Hex EC 65 49 0 39 45 7 A 51 3D
Octal 354 145 111 0 71 105 7 12 121 75
Binary 11101100 1100101 1001001 0 111001 1000101 111 1010 1010001 111101

Color Harmonies of #EC6549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6549

Black with #EC6549

Text Example


Text Example

White with #EC6549

Text Example


Text Example

HTML Codes & Css Web 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>