Html Css Color HEX #EC5643 Flamingo

📋 copy color: '#EC5643'

red 236 ◦ green 86 ◦ blue 67

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

Shades of Flamingo #EC5643

Tints of Flamingo #EC5643

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.11%

 BLUE value IS 67 (26.56% from 255) = 17.22%

R = 60.67%
G = 22.11%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC5643 (or 0xEC5643) is known color: Flamingo. HEX triplet: EC, 56 and 43. RGB value is (236,86,67). Sum of RGB (Red+Green+Blue) = 236+86+67=389 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.67% from 389); Green value is 86 (33.98% from 255 or 22.11% from 389); Blue value is 67 (26.56% from 255 or 17.22% from 389); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5643 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5643 is #13A9BC. Grayscale: #808080. Windows color (decimal): -1288637 or 4413164. OLE color: 4413164.

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

Color convert

RGB 236 86 67 -
CMYK 0 0.64 0.72 0.07
HSL 6.75º 0.82% 0.59% -
HSV(B) 6.75º 0.72% 0.93% -
XYZ 38.93 24.89 8.06 -
YUV 128.68 93.2 204.54 -
System Red Green Blue C M Y K H S L
Decimal 236 86 67 0 0.64 0.72 0.07 6.75 0.82 0.59
Hex EC 56 43 0 40 48 7 7 52 3B
Octal 354 126 103 0 100 110 7 7 122 73
Binary 11101100 1010110 1000011 0 1000000 1001000 111 111 1010010 111011

Color Harmonies of #EC5643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5643

Black with #EC5643

Text Example


Text Example

White with #EC5643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5643; }

 p { color: rgb(236,86,67); }

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

background-color css

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

 a { background-color: rgb(236,86,67); }

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

border-color css

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

 span { border-color: rgb(236,86,67); }

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