#EC7E49

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

Shades of Flamenco #EC7E49

Tints of Flamenco #EC7E49

Color information

#EC7E49 (or 0xEC7E49) is unknown color: approx Flamenco. HEX triplet: EC, 7E and 49. RGB value is (236,126,73). Sum of RGB (Red+Green+Blue) = 236+126+73=435 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.25% from 435); Green value is 126 (49.61% from 255 or 28.97% from 435); Blue value is 73 (28.91% from 255 or 16.78% from 435); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7E49 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7E49 is #1381B6. Grayscale: #999999. Windows color (decimal): -1278391 or 4816620. OLE color: 4816620.

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

Color convert

RGB23612673-
CMYK00.470.690.07
HSL19.51º81.09%60.59%-
HSV(B)19.51º69.07%92.55%-
XYZ43.2633.2410.44-
YUV152.8582.94187.31-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 54.25%
GREEN value IS 126 (49.61% from 255) = 28.97%
BLUE value IS 73 (28.91% from 255) = 16.78%
R=54.25%
G=28.97%
B=16.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.69
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361267300.470.690.0719.5181.0960.59
HexEC7E4902F45714513d
Octal35417611105710572412175
Binary111011001111110100100101011111000101111101001010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7E49; }

 p { color: rgb(236,126,73); }

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

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

 a { background-color: rgb(236,126,73); }

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

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

 span { border-color: rgb(236,126,73); }

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