Html Css Color HEX #EC6744 Flamingo

📋 copy color: '#EC6744'

red 236 ◦ green 103 ◦ blue 68

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

Shades of Flamingo #EC6744

Tints of Flamingo #EC6744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.71%

R = 57.99%
G = 25.31%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EC6744 (or 0xEC6744) is known color: Flamingo. HEX triplet: EC, 67 and 44. RGB value is (236,103,68). Sum of RGB (Red+Green+Blue) = 236+103+68=407 (53% of max value = 765). Red value is 236 (92.58% from 255 or 57.99% from 407); Green value is 103 (40.62% from 255 or 25.31% from 407); Blue value is 68 (26.95% from 255 or 16.71% from 407); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6744 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6744 is #1398BB. Grayscale: #8B8B8B. Windows color (decimal): -1284284 or 4483052. OLE color: 4483052.

HSL color Cylindrical-coordinate representation of color #EC6744: hue angle of 12.5º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EC6744 is Cyan = 0, Magento = 0.56, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 103 68 -
CMYK 0 0.56 0.71 0.07
HSL 12.5º 0.82% 0.6% -
HSV(B) 12.5º 0.71% 0.93% -
XYZ 40.49 27.95 8.73 -
YUV 138.78 88.06 197.35 -
System Red Green Blue C M Y K H S L
Decimal 236 103 68 0 0.56 0.71 0.07 12.5 0.82 0.6
Hex EC 67 44 0 38 47 7 C 52 3C
Octal 354 147 104 0 70 107 7 14 122 74
Binary 11101100 1100111 1000100 0 111000 1000111 111 1100 1010010 111100

Color Harmonies of #EC6744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6744

Black with #EC6744

Text Example


Text Example

White with #EC6744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6744; }

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

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

background-color css

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

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

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

border-color css

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

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

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