#EC8948

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

Shades of Flamenco #EC8948

Tints of Flamenco #EC8948

Color information

#EC8948 (or 0xEC8948) is unknown color: approx Flamenco. HEX triplet: EC, 89 and 48. RGB value is (236,137,72). Sum of RGB (Red+Green+Blue) = 236+137+72=445 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.03% from 445); Green value is 137 (53.91% from 255 or 30.79% from 445); Blue value is 72 (28.52% from 255 or 16.18% from 445); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8948 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8948 is #1376B7. Grayscale: #9F9F9F. Windows color (decimal): -1275576 or 4753900. OLE color: 4753900.

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

Color convert

RGB23613772-
CMYK00.420.690.07
HSL23.78º81.19%60.39%-
HSV(B)23.78º69.49%92.55%-
XYZ44.7136.1910.76-
YUV159.1978.8182.79-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 53.03%
GREEN value IS 137 (53.91% from 255) = 30.79%
BLUE value IS 72 (28.52% from 255) = 16.18%
R=53.03%
G=30.79%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.69
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361377200.420.690.0723.7881.1960.39
HexEC894802A45718513c
Octal35421111005210573012174
Binary1110110010001001100100001010101000101111110001010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8948; }

 p { color: rgb(236,137,72); }

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

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

 a { background-color: rgb(236,137,72); }

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

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

 span { border-color: rgb(236,137,72); }

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