Html Css Color HEX #EF8340 Flamenco

📋 copy color: '#EF8340'

red 239 ◦ green 131 ◦ blue 64

#EF8340
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flamenco #EF8340

Tints of Flamenco #EF8340

RGB

 RED value IS 239 (93.75% from 255) = 55.07%

 GREEN value IS 131 (51.56% from 255) = 30.18%

 BLUE value IS 64 (25.39% from 255) = 14.75%

R = 55.07%
G = 30.18%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#EF8340 (or 0xEF8340) is known color: Flamenco. HEX triplet: EF, 83 and 40. RGB value is (239,131,64). Sum of RGB (Red+Green+Blue) = 239+131+64=434 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.07% from 434); Green value is 131 (51.56% from 255 or 30.18% from 434); Blue value is 64 (25.39% from 255 or 14.75% from 434); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8340 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8340 is #107CBF. Grayscale: #9C9C9C. Windows color (decimal): -1080512 or 4228079. OLE color: 4228079.

HSL color Cylindrical-coordinate representation of color #EF8340: hue angle of 22.97º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EF8340 is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 131 64 -
CMYK 0 0.45 0.73 0.06
HSL 22.97º 0.85% 0.59% -
HSV(B) 22.97º 0.73% 0.94% -
XYZ 44.64 34.95 9.24 -
YUV 155.65 76.28 187.45 -
System Red Green Blue C M Y K H S L
Decimal 239 131 64 0 0.45 0.73 0.06 22.97 0.85 0.59
Hex EF 83 40 0 2D 49 6 17 55 3B
Octal 357 203 100 0 55 111 6 27 125 73
Binary 11101111 10000011 1000000 0 101101 1001001 110 10111 1010101 111011

Color Harmonies of #EF8340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8340

Black with #EF8340

Text Example


Text Example

White with #EF8340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8340; }

 p { color: rgb(239,131,64); }

 H1.HeaderClassName
 {
   color: #EF8340;
 }
 .AnyTagClassName
 {
   color: #EF8340;
 }
</style>

background-color css

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

 a { background-color: rgb(239,131,64); }

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

border-color css

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

 span { border-color: rgb(239,131,64); }

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