Html Css Color HEX #EC8547 Flamenco

📋 copy color: '#EC8547'

red 236 ◦ green 133 ◦ blue 71

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

Shades of Flamenco #EC8547

Tints of Flamenco #EC8547

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.23%

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

R = 53.64%
G = 30.23%
B = 16.14%

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

#EC8547 (or 0xEC8547) is known color: Flamenco. HEX triplet: EC, 85 and 47. RGB value is (236,133,71). Sum of RGB (Red+Green+Blue) = 236+133+71=440 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.64% from 440); Green value is 133 (52.34% from 255 or 30.23% from 440); Blue value is 71 (28.12% from 255 or 16.14% from 440); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8547 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8547 is #137AB8. Grayscale: #9D9D9D. Windows color (decimal): -1276601 or 4687340. OLE color: 4687340.

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

Color convert

RGB 236 133 71 -
CMYK 0 0.44 0.70 0.07
HSL 22.55º 0.81% 0.6% -
HSV(B) 22.55º 0.7% 0.93% -
XYZ 44.12 35.06 10.4 -
YUV 156.73 79.62 184.54 -
System Red Green Blue C M Y K H S L
Decimal 236 133 71 0 0.44 0.70 0.07 22.55 0.81 0.6
Hex EC 85 47 0 2C 46 7 17 51 3C
Octal 354 205 107 0 54 106 7 27 121 74
Binary 11101100 10000101 1000111 0 101100 1000110 111 10111 1010001 111100

Color Harmonies of #EC8547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8547

Black with #EC8547

Text Example


Text Example

White with #EC8547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8547; }

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

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

background-color css

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

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

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

border-color css

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

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

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