#ef7f49

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

Shades of Flamenco #EF7F49

Tints of Flamenco #EF7F49

Color information

#EF7F49 (or 0xEF7F49) is unknown color: approx Flamenco. HEX triplet: EF, 7F and 49. RGB value is (239,127,73). Sum of RGB (Red+Green+Blue) = 239+127+73=439 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.44% from 439); Green value is 127 (50% from 255 or 28.93% from 439); Blue value is 73 (28.91% from 255 or 16.63% from 439); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7F49 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7F49 is #1080B6. Grayscale: #9A9A9A. Windows color (decimal): -1081527 or 4816879. OLE color: 4816879.

HSL color Cylindrical-coordinate representation of color #EF7F49: hue angle of 19.52º 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 #EF7F49 is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB23912773-
CMYK00.470.690.06
HSL19.52º83.84%61.18%-
HSV(B)19.52º69.46%93.73%-
XYZ44.3934.0110.53-
YUV154.3382.11188.39-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 54.44%
GREEN value IS 127 (50% from 255) = 28.93%
BLUE value IS 73 (28.91% from 255) = 16.63%
R=54.44%
G=28.93%
B=16.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391277300.470.690.0619.5283.8461.18
HexEF7F4902F45614543d
Octal35717711105710562412475
Binary111011111111111100100101011111000101110101001010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef7f49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef7f49; }

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

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

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

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

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

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

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

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