#EC864A

Color #EC864A Flamenco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flamenco #EC864A

Tints of Flamenco #EC864A

Color information

#EC864A (or 0xEC864A) is unknown color: approx Flamenco. HEX triplet: EC, 86 and 4A. RGB value is (236,134,74). Sum of RGB (Red+Green+Blue) = 236+134+74=444 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.15% from 444); Green value is 134 (52.73% from 255 or 30.18% from 444); Blue value is 74 (29.30% from 255 or 16.67% from 444); Max value from RGB is 236 - color contains mainly: red. Hex color #EC864A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC864A is #1379B5. Grayscale: #9E9E9E. Windows color (decimal): -1276342 or 4884204. OLE color: 4884204.

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

Color convert

RGB23613474-
CMYK00.430.690.07
HSL22.22º81%60.78%-
HSV(B)22.22º68.64%92.55%-
XYZ44.3535.3810.97-
YUV157.6680.79183.88-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 53.15%
GREEN value IS 134 (52.73% from 255) = 30.18%
BLUE value IS 74 (29.30% from 255) = 16.67%
R=53.15%
G=30.18%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.69
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361347400.430.690.0722.228160.78
HexEC864A02B45716513d
Octal35420611205310572612175
Binary1110110010000110100101001010111000101111101101010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC864A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC864A; }

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

 H1.HeaderClassName
 {
   color: #EC864A;
 }
 .AnyTagClassName
 {
   color: #EC864A;
 }
</style>
background-color css

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

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

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

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

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

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