Html Css Color HEX #EC6346 Flamingo

📋 copy color: '#EC6346'

red 236 ◦ green 99 ◦ blue 70

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

Shades of Flamingo #EC6346

Tints of Flamingo #EC6346

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.44%

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

R = 58.27%
G = 24.44%
B = 17.28%

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

#EC6346 (or 0xEC6346) is known color: Flamingo. HEX triplet: EC, 63 and 46. RGB value is (236,99,70). Sum of RGB (Red+Green+Blue) = 236+99+70=405 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.27% from 405); Green value is 99 (39.06% from 255 or 24.44% from 405); Blue value is 70 (27.73% from 255 or 17.28% from 405); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6346 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6346 is #139CB9. Grayscale: #888888. Windows color (decimal): -1285306 or 4613100. OLE color: 4613100.

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

Color convert

RGB 236 99 70 -
CMYK 0 0.58 0.70 0.07
HSL 10.48º 0.81% 0.6% -
HSV(B) 10.48º 0.7% 0.93% -
XYZ 40.16 27.2 8.93 -
YUV 136.66 90.39 198.86 -
System Red Green Blue C M Y K H S L
Decimal 236 99 70 0 0.58 0.70 0.07 10.48 0.81 0.6
Hex EC 63 46 0 3A 46 7 A 51 3C
Octal 354 143 106 0 72 106 7 12 121 74
Binary 11101100 1100011 1000110 0 111010 1000110 111 1010 1010001 111100

Color Harmonies of #EC6346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6346

Black with #EC6346

Text Example


Text Example

White with #EC6346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6346; }

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

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

background-color css

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

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

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

border-color css

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

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

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