#EF8044

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

Shades of Flamenco #EF8044

Tints of Flamenco #EF8044

Color information

#EF8044 (or 0xEF8044) is unknown color: approx Flamenco. HEX triplet: EF, 80 and 44. RGB value is (239,128,68). Sum of RGB (Red+Green+Blue) = 239+128+68=435 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.94% from 435); Green value is 128 (50.39% from 255 or 29.43% from 435); Blue value is 68 (26.95% from 255 or 15.63% from 435); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8044 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8044 is #107FBB. Grayscale: #9A9A9A. Windows color (decimal): -1081276 or 4489455. OLE color: 4489455.

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

Color convert

RGB23912868-
CMYK00.460.720.06
HSL21.05º84.24%60.2%-
HSV(B)21.05º71.55%93.73%-
XYZ44.3634.219.73-
YUV154.3579.27188.38-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 54.94%
GREEN value IS 128 (50.39% from 255) = 29.43%
BLUE value IS 68 (26.95% from 255) = 15.63%
R=54.94%
G=29.43%
B=15.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.72
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391286800.460.720.0621.0584.2460.2
HexEF804402E48615543c
Octal35720010405611062512474
Binary1110111110000000100010001011101001000110101011010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8044; }

 p { color: rgb(239,128,68); }

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

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

 a { background-color: rgb(239,128,68); }

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

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

 span { border-color: rgb(239,128,68); }

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