#EF8644

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

Shades of Flamenco #EF8644

Tints of Flamenco #EF8644

Color information

#EF8644 (or 0xEF8644) is unknown color: approx Flamenco. HEX triplet: EF, 86 and 44. RGB value is (239,134,68). Sum of RGB (Red+Green+Blue) = 239+134+68=441 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.20% from 441); Green value is 134 (52.73% from 255 or 30.39% from 441); Blue value is 68 (26.95% from 255 or 15.42% from 441); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8644 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8644 is #1079BB. Grayscale: #9E9E9E. Windows color (decimal): -1079740 or 4490991. OLE color: 4490991.

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

Color convert

RGB23913468-
CMYK00.440.720.06
HSL23.16º84.24%60.2%-
HSV(B)23.16º71.55%93.73%-
XYZ45.1735.8210-
YUV157.8777.29185.87-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 54.20%
GREEN value IS 134 (52.73% from 255) = 30.39%
BLUE value IS 68 (26.95% from 255) = 15.42%
R=54.20%
G=30.39%
B=15.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.72
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391346800.440.720.0623.1684.2460.2
HexEF864402C48617543c
Octal35720610405411062712474
Binary1110111110000110100010001011001001000110101111010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8644; }

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

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

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

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

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

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

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

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