Html Css Color HEX #EF8040 Flamenco

📋 copy color: '#EF8040'

red 239 ◦ green 128 ◦ blue 64

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

Shades of Flamenco #EF8040

Tints of Flamenco #EF8040

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.7%

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

R = 55.45%
G = 29.7%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#EF8040 (or 0xEF8040) is known color: Flamenco. HEX triplet: EF, 80 and 40. RGB value is (239,128,64). Sum of RGB (Red+Green+Blue) = 239+128+64=431 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.45% from 431); Green value is 128 (50.39% from 255 or 29.70% from 431); Blue value is 64 (25.39% from 255 or 14.85% from 431); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8040 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8040 is #107FBF. Grayscale: #9A9A9A. Windows color (decimal): -1081280 or 4227311. OLE color: 4227311.

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

Color convert

RGB 239 128 64 -
CMYK 0 0.46 0.73 0.06
HSL 21.94º 0.85% 0.59% -
HSV(B) 21.94º 0.73% 0.94% -
XYZ 44.24 34.16 9.11 -
YUV 153.89 77.27 188.7 -
System Red Green Blue C M Y K H S L
Decimal 239 128 64 0 0.46 0.73 0.06 21.94 0.85 0.59
Hex EF 80 40 0 2E 49 6 16 55 3B
Octal 357 200 100 0 56 111 6 26 125 73
Binary 11101111 10000000 1000000 0 101110 1001001 110 10110 1010101 111011

Color Harmonies of #EF8040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8040

Black with #EF8040

Text Example


Text Example

White with #EF8040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8040; }

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

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

background-color css

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

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

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

border-color css

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

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

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