Html Css Color HEX #EC6347 Flamingo

📋 copy color: '#EC6347'

red 236 ◦ green 99 ◦ blue 71

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

Shades of Flamingo #EC6347

Tints of Flamingo #EC6347

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.38%

 BLUE value IS 71 (28.13% from 255) = 17.49%

R = 58.13%
G = 24.38%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EC6347 (or 0xEC6347) is known color: Flamingo. HEX triplet: EC, 63 and 47. RGB value is (236,99,71). Sum of RGB (Red+Green+Blue) = 236+99+71=406 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.13% from 406); Green value is 99 (39.06% from 255 or 24.38% from 406); Blue value is 71 (28.12% from 255 or 17.49% from 406); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6347 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6347 is #139CB8. Grayscale: #898989. Windows color (decimal): -1285305 or 4678636. OLE color: 4678636.

HSL color Cylindrical-coordinate representation of color #EC6347: hue angle of 10.18º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC6347 is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 99 71 -
CMYK 0 0.58 0.70 0.07
HSL 10.18º 0.81% 0.6% -
HSV(B) 10.18º 0.7% 0.93% -
XYZ 40.19 27.21 9.1 -
YUV 136.77 90.89 198.78 -
System Red Green Blue C M Y K H S L
Decimal 236 99 71 0 0.58 0.70 0.07 10.18 0.81 0.6
Hex EC 63 47 0 3A 46 7 A 51 3C
Octal 354 143 107 0 72 106 7 12 121 74
Binary 11101100 1100011 1000111 0 111010 1000110 111 1010 1010001 111100

Color Harmonies of #EC6347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6347

Black with #EC6347

Text Example


Text Example

White with #EC6347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6347; }

 p { color: rgb(236,99,71); }

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

background-color css

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

 a { background-color: rgb(236,99,71); }

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

border-color css

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

 span { border-color: rgb(236,99,71); }

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