#EF8B49

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

Shades of Flamenco #EF8B49

Tints of Flamenco #EF8B49

Color information

#EF8B49 (or 0xEF8B49) is unknown color: approx Flamenco. HEX triplet: EF, 8B and 49. RGB value is (239,139,73). Sum of RGB (Red+Green+Blue) = 239+139+73=451 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.99% from 451); Green value is 139 (54.69% from 255 or 30.82% from 451); Blue value is 73 (28.91% from 255 or 16.19% from 451); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8B49 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8B49 is #1074B6. Grayscale: #A1A1A1. Windows color (decimal): -1078455 or 4819951. OLE color: 4819951.

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

Color convert

RGB23913973-
CMYK00.420.690.06
HSL23.86º83.84%61.18%-
HSV(B)23.86º69.46%93.73%-
XYZ46.0337.311.08-
YUV161.3878.13183.37-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 52.99%
GREEN value IS 139 (54.69% from 255) = 30.82%
BLUE value IS 73 (28.91% from 255) = 16.19%
R=52.99%
G=30.82%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391397300.420.690.0623.8683.8461.18
HexEF8B4902A45618543d
Octal35721311105210563012475
Binary1110111110001011100100101010101000101110110001010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8B49; }

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

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

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

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

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

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

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

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