Html Css Color HEX #EC6546 Flamingo

📋 copy color: '#EC6546'

red 236 ◦ green 101 ◦ blue 70

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

Shades of Flamingo #EC6546

Tints of Flamingo #EC6546

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.82%

 BLUE value IS 70 (27.73% from 255) = 17.2%

R = 57.99%
G = 24.82%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EC6546 (or 0xEC6546) is known color: Flamingo. HEX triplet: EC, 65 and 46. RGB value is (236,101,70). Sum of RGB (Red+Green+Blue) = 236+101+70=407 (53% of max value = 765). Red value is 236 (92.58% from 255 or 57.99% from 407); Green value is 101 (39.84% from 255 or 24.82% from 407); Blue value is 70 (27.73% from 255 or 17.20% from 407); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6546 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6546 is #139AB9. Grayscale: #8A8A8A. Windows color (decimal): -1284794 or 4613612. OLE color: 4613612.

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

Color convert

RGB 236 101 70 -
CMYK 0 0.57 0.70 0.07
HSL 11.2º 0.81% 0.6% -
HSV(B) 11.2º 0.7% 0.93% -
XYZ 40.35 27.58 8.99 -
YUV 137.83 89.73 198.02 -
System Red Green Blue C M Y K H S L
Decimal 236 101 70 0 0.57 0.70 0.07 11.2 0.81 0.6
Hex EC 65 46 0 39 46 7 B 51 3C
Octal 354 145 106 0 71 106 7 13 121 74
Binary 11101100 1100101 1000110 0 111001 1000110 111 1011 1010001 111100

Color Harmonies of #EC6546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6546

Black with #EC6546

Text Example


Text Example

White with #EC6546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6546; }

 p { color: rgb(236,101,70); }

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

background-color css

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

 a { background-color: rgb(236,101,70); }

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

border-color css

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

 span { border-color: rgb(236,101,70); }

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