Html Css Color HEX #EC6749 Flamingo

📋 copy color: '#EC6749'

red 236 ◦ green 103 ◦ blue 73

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

Shades of Flamingo #EC6749

Tints of Flamingo #EC6749

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25%

 BLUE value IS 73 (28.91% from 255) = 17.72%

R = 57.28%
G = 25%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC6749 (or 0xEC6749) is known color: Flamingo. HEX triplet: EC, 67 and 49. RGB value is (236,103,73). Sum of RGB (Red+Green+Blue) = 236+103+73=412 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.28% from 412); Green value is 103 (40.62% from 255 or 25% from 412); Blue value is 73 (28.91% from 255 or 17.72% from 412); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6749 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6749 is #1398B6. Grayscale: #8B8B8B. Windows color (decimal): -1284279 or 4810732. OLE color: 4810732.

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

Color convert

RGB 236 103 73 -
CMYK 0 0.56 0.69 0.07
HSL 11.04º 0.81% 0.61% -
HSV(B) 11.04º 0.69% 0.93% -
XYZ 40.64 28.01 9.57 -
YUV 139.35 90.56 196.94 -
System Red Green Blue C M Y K H S L
Decimal 236 103 73 0 0.56 0.69 0.07 11.04 0.81 0.61
Hex EC 67 49 0 38 45 7 B 51 3D
Octal 354 147 111 0 70 105 7 13 121 75
Binary 11101100 1100111 1001001 0 111000 1000101 111 1011 1010001 111101

Color Harmonies of #EC6749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6749

Black with #EC6749

Text Example


Text Example

White with #EC6749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6749; }

 p { color: rgb(236,103,73); }

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

background-color css

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

 a { background-color: rgb(236,103,73); }

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

border-color css

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

 span { border-color: rgb(236,103,73); }

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