Html Css Color HEX #EC8347 Flamenco

📋 copy color: '#EC8347'

red 236 ◦ green 131 ◦ blue 71

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

Shades of Flamenco #EC8347

Tints of Flamenco #EC8347

RGB

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

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

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

R = 53.88%
G = 29.91%
B = 16.21%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EC8347 (or 0xEC8347) is known color: Flamenco. HEX triplet: EC, 83 and 47. RGB value is (236,131,71). Sum of RGB (Red+Green+Blue) = 236+131+71=438 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.88% from 438); Green value is 131 (51.56% from 255 or 29.91% from 438); Blue value is 71 (28.12% from 255 or 16.21% from 438); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8347 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8347 is #137CB8. Grayscale: #9B9B9B. Windows color (decimal): -1277113 or 4686828. OLE color: 4686828.

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

Color convert

RGB 236 131 71 -
CMYK 0 0.44 0.70 0.07
HSL 21.82º 0.81% 0.6% -
HSV(B) 21.82º 0.7% 0.93% -
XYZ 43.85 34.52 10.31 -
YUV 155.56 80.29 185.38 -
System Red Green Blue C M Y K H S L
Decimal 236 131 71 0 0.44 0.70 0.07 21.82 0.81 0.6
Hex EC 83 47 0 2C 46 7 16 51 3C
Octal 354 203 107 0 54 106 7 26 121 74
Binary 11101100 10000011 1000111 0 101100 1000110 111 10110 1010001 111100

Color Harmonies of #EC8347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8347

Black with #EC8347

Text Example


Text Example

White with #EC8347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8347; }

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

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

background-color css

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

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

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

border-color css

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

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

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