Html Css Color HEX #EC5C40 Flamingo

📋 copy color: '#EC5C40'

red 236 ◦ green 92 ◦ blue 64

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

Shades of Flamingo #EC5C40

Tints of Flamingo #EC5C40

RGB

 RED value IS 236 (92.58% from 255) = 60.2%

 GREEN value IS 92 (36.33% from 255) = 23.47%

 BLUE value IS 64 (25.39% from 255) = 16.33%

R = 60.2%
G = 23.47%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC5C40 (or 0xEC5C40) is known color: Flamingo. HEX triplet: EC, 5C and 40. RGB value is (236,92,64). Sum of RGB (Red+Green+Blue) = 236+92+64=392 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.20% from 392); Green value is 92 (36.33% from 255 or 23.47% from 392); Blue value is 64 (25.39% from 255 or 16.33% from 392); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5C40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5C40 is #13A3BF. Grayscale: #848484. Windows color (decimal): -1287104 or 4218092. OLE color: 4218092.

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

Color convert

RGB 236 92 64 -
CMYK 0 0.61 0.73 0.07
HSL 9.77º 0.82% 0.59% -
HSV(B) 9.77º 0.73% 0.93% -
XYZ 39.34 25.86 7.77 -
YUV 131.86 89.71 202.28 -
System Red Green Blue C M Y K H S L
Decimal 236 92 64 0 0.61 0.73 0.07 9.77 0.82 0.59
Hex EC 5C 40 0 3D 49 7 A 52 3B
Octal 354 134 100 0 75 111 7 12 122 73
Binary 11101100 1011100 1000000 0 111101 1001001 111 1010 1010010 111011

Color Harmonies of #EC5C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5C40

Black with #EC5C40

Text Example


Text Example

White with #EC5C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5C40; }

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

 H1.HeaderClassName
 {
   color: #EC5C40;
 }
 .AnyTagClassName
 {
   color: #EC5C40;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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