Html Css Color HEX #EC8647 Flamenco

📋 copy color: '#EC8647'

red 236 ◦ green 134 ◦ blue 71

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

Shades of Flamenco #EC8647

Tints of Flamenco #EC8647

RGB

 RED value IS 236 (92.58% from 255) = 53.51%

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

 BLUE value IS 71 (28.13% from 255) = 16.1%

R = 53.51%
G = 30.39%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EC8647 (or 0xEC8647) is known color: Flamenco. HEX triplet: EC, 86 and 47. RGB value is (236,134,71). Sum of RGB (Red+Green+Blue) = 236+134+71=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 134 (52.73% from 255 or 30.39% from 441); Blue value is 71 (28.12% from 255 or 16.10% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8647 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8647 is #1379B8. Grayscale: #9D9D9D. Windows color (decimal): -1276345 or 4687596. OLE color: 4687596.

HSL color Cylindrical-coordinate representation of color #EC8647: hue angle of 22.91º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC8647 is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 134 71 -
CMYK 0 0.43 0.70 0.07
HSL 22.91º 0.81% 0.6% -
HSV(B) 22.91º 0.7% 0.93% -
XYZ 44.25 35.34 10.45 -
YUV 157.32 79.29 184.12 -
System Red Green Blue C M Y K H S L
Decimal 236 134 71 0 0.43 0.70 0.07 22.91 0.81 0.6
Hex EC 86 47 0 2B 46 7 17 51 3C
Octal 354 206 107 0 53 106 7 27 121 74
Binary 11101100 10000110 1000111 0 101011 1000110 111 10111 1010001 111100

Color Harmonies of #EC8647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8647

Black with #EC8647

Text Example


Text Example

White with #EC8647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8647; }

 p { color: rgb(236,134,71); }

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

background-color css

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

 a { background-color: rgb(236,134,71); }

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

border-color css

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

 span { border-color: rgb(236,134,71); }

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