#ef7c49

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

Shades of Flamenco #EF7C49

Tints of Flamenco #EF7C49

Color information

#EF7C49 (or 0xEF7C49) is unknown color: approx Flamenco. HEX triplet: EF, 7C and 49. RGB value is (239,124,73). Sum of RGB (Red+Green+Blue) = 239+124+73=436 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.82% from 436); Green value is 124 (48.83% from 255 or 28.44% from 436); Blue value is 73 (28.91% from 255 or 16.74% from 436); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7C49 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7C49 is #1083B6. Grayscale: #989898. Windows color (decimal): -1082295 or 4816111. OLE color: 4816111.

HSL color Cylindrical-coordinate representation of color #EF7C49: hue angle of 18.43º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF7C49 is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB23912473-
CMYK00.480.690.06
HSL18.43º83.84%61.18%-
HSV(B)18.43º69.46%93.73%-
XYZ44.0133.2510.4-
YUV152.5783.1189.65-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 54.82%
GREEN value IS 124 (48.83% from 255) = 28.44%
BLUE value IS 73 (28.91% from 255) = 16.74%
R=54.82%
G=28.44%
B=16.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391247300.480.690.0618.4383.8461.18
HexEF7C4903045612543d
Octal35717411106010562212475
Binary111011111111100100100101100001000101110100101010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef7c49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef7c49; }

 p { color: rgb(239,124,73); }

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

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

 a { background-color: rgb(239,124,73); }

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

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

 span { border-color: rgb(239,124,73); }

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