Html Css Color HEX #EC6247 Flamingo

📋 copy color: '#EC6247'

red 236 ◦ green 98 ◦ blue 71

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

Shades of Flamingo #EC6247

Tints of Flamingo #EC6247

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.2%

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

R = 58.27%
G = 24.2%
B = 17.53%

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

#EC6247 (or 0xEC6247) is known color: Flamingo. HEX triplet: EC, 62 and 47. RGB value is (236,98,71). Sum of RGB (Red+Green+Blue) = 236+98+71=405 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.27% from 405); Green value is 98 (38.67% from 255 or 24.20% from 405); Blue value is 71 (28.12% from 255 or 17.53% from 405); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6247 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6247 is #139DB8. Grayscale: #888888. Windows color (decimal): -1285561 or 4678380. OLE color: 4678380.

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

Color convert

RGB 236 98 71 -
CMYK 0 0.58 0.70 0.07
HSL 9.82º 0.81% 0.6% -
HSV(B) 9.82º 0.7% 0.93% -
XYZ 40.1 27.02 9.06 -
YUV 136.18 91.22 199.2 -
System Red Green Blue C M Y K H S L
Decimal 236 98 71 0 0.58 0.70 0.07 9.82 0.81 0.6
Hex EC 62 47 0 3A 46 7 A 51 3C
Octal 354 142 107 0 72 106 7 12 121 74
Binary 11101100 1100010 1000111 0 111010 1000110 111 1010 1010001 111100

Color Harmonies of #EC6247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6247

Black with #EC6247

Text Example


Text Example

White with #EC6247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6247; }

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

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

background-color css

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

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

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

border-color css

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

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

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