Html Css Color HEX #EF8648 Flamenco

📋 copy color: '#EF8648'

red 239 ◦ green 134 ◦ blue 72

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

Shades of Flamenco #EF8648

Tints of Flamenco #EF8648

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.11%

 BLUE value IS 72 (28.52% from 255) = 16.18%

R = 53.71%
G = 30.11%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#EF8648 (or 0xEF8648) is known color: Flamenco. HEX triplet: EF, 86 and 48. RGB value is (239,134,72). Sum of RGB (Red+Green+Blue) = 239+134+72=445 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.71% from 445); Green value is 134 (52.73% from 255 or 30.11% from 445); Blue value is 72 (28.52% from 255 or 16.18% from 445); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8648 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8648 is #1079B7. Grayscale: #9E9E9E. Windows color (decimal): -1079736 or 4753135. OLE color: 4753135.

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

Color convert

RGB 239 134 72 -
CMYK 0 0.44 0.70 0.06
HSL 22.28º 0.84% 0.61% -
HSV(B) 22.28º 0.7% 0.94% -
XYZ 45.29 35.87 10.67 -
YUV 158.33 79.29 185.54 -
System Red Green Blue C M Y K H S L
Decimal 239 134 72 0 0.44 0.70 0.06 22.28 0.84 0.61
Hex EF 86 48 0 2C 46 6 16 54 3D
Octal 357 206 110 0 54 106 6 26 124 75
Binary 11101111 10000110 1001000 0 101100 1000110 110 10110 1010100 111101

Color Harmonies of #EF8648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8648

Black with #EF8648

Text Example


Text Example

White with #EF8648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8648; }

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

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

background-color css

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

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

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

border-color css

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

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

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