Html Css Color HEX #EC6756 Flamingo

📋 copy color: '#EC6756'

red 236 ◦ green 103 ◦ blue 86

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

Shades of Flamingo #EC6756

Tints of Flamingo #EC6756

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 20.24%

R = 55.53%
G = 24.24%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EC6756 (or 0xEC6756) is known color: Flamingo. HEX triplet: EC, 67 and 56. RGB value is (236,103,86). Sum of RGB (Red+Green+Blue) = 236+103+86=425 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.53% from 425); Green value is 103 (40.62% from 255 or 24.24% from 425); Blue value is 86 (33.98% from 255 or 20.24% from 425); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6756 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6756 is #1398A9. Grayscale: #8D8D8D. Windows color (decimal): -1284266 or 5662700. OLE color: 5662700.

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

Color convert

RGB 236 103 86 -
CMYK 0 0.56 0.64 0.07
HSL 6.8º 0.8% 0.63% -
HSV(B) 6.8º 0.64% 0.93% -
XYZ 41.12 28.21 12.08 -
YUV 140.83 97.06 195.88 -
System Red Green Blue C M Y K H S L
Decimal 236 103 86 0 0.56 0.64 0.07 6.8 0.8 0.63
Hex EC 67 56 0 38 40 7 7 50 3F
Octal 354 147 126 0 70 100 7 7 120 77
Binary 11101100 1100111 1010110 0 111000 1000000 111 111 1010000 111111

Color Harmonies of #EC6756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6756

Black with #EC6756

Text Example


Text Example

White with #EC6756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6756; }

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

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

background-color css

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

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

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

border-color css

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

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

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