#EC7F4C

Color #EC7F4C Flamenco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flamenco #EC7F4C

Tints of Flamenco #EC7F4C

Color information

#EC7F4C (or 0xEC7F4C) is unknown color: approx Flamenco. HEX triplet: EC, 7F and 4C. RGB value is (236,127,76). Sum of RGB (Red+Green+Blue) = 236+127+76=439 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.76% from 439); Green value is 127 (50% from 255 or 28.93% from 439); Blue value is 76 (30.08% from 255 or 17.31% from 439); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7F4C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7F4C is #1380B3. Grayscale: #9A9A9A. Windows color (decimal): -1278132 or 5013484. OLE color: 5013484.

HSL color Cylindrical-coordinate representation of color #EC7F4C: hue angle of 19.12º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EC7F4C is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB23612776-
CMYK00.460.680.07
HSL19.12º80.81%61.18%-
HSV(B)19.12º67.8%92.55%-
XYZ43.4933.5311.02-
YUV153.7884.11186.65-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 53.76%
GREEN value IS 127 (50% from 255) = 28.93%
BLUE value IS 76 (30.08% from 255) = 17.31%
R=53.76%
G=28.93%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361277600.460.680.0719.1280.8161.18
HexEC7F4C02E44713513d
Octal35417711405610472312175
Binary111011001111111100110001011101000100111100111010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7F4C; }

 p { color: rgb(236,127,76); }

 H1.HeaderClassName
 {
   color: #EC7F4C;
 }
 .AnyTagClassName
 {
   color: #EC7F4C;
 }
</style>
background-color css

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

 a { background-color: rgb(236,127,76); }

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

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

 span { border-color: rgb(236,127,76); }

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