#EF7C48

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

Shades of Flamenco #EF7C48

Tints of Flamenco #EF7C48

Color information

#EF7C48 (or 0xEF7C48) is unknown color: approx Flamenco. HEX triplet: EF, 7C and 48. RGB value is (239,124,72). Sum of RGB (Red+Green+Blue) = 239+124+72=435 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.94% from 435); Green value is 124 (48.83% from 255 or 28.51% from 435); Blue value is 72 (28.52% from 255 or 16.55% from 435); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7C48 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7C48 is #1083B7. Grayscale: #989898. Windows color (decimal): -1082296 or 4750575. OLE color: 4750575.

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

Color convert

RGB23912472-
CMYK00.480.700.06
HSL18.68º83.92%60.98%-
HSV(B)18.68º69.87%93.73%-
XYZ43.9733.2310.23-
YUV152.4682.6189.73-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 54.94%
GREEN value IS 124 (48.83% from 255) = 28.51%
BLUE value IS 72 (28.52% from 255) = 16.55%
R=54.94%
G=28.51%
B=16.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.70
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391247200.480.700.0618.6883.9260.98
HexEF7C4803046613543d
Octal35717411006010662312475
Binary111011111111100100100001100001000110110100111010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7C48; }

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

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

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

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

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

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

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

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