#ec8845

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

Shades of Flamenco #EC8845

Tints of Flamenco #EC8845

Color information

#EC8845 (or 0xEC8845) is unknown color: approx Flamenco. HEX triplet: EC, 88 and 45. RGB value is (236,136,69). Sum of RGB (Red+Green+Blue) = 236+136+69=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 136 (53.52% from 255 or 30.84% from 441); Blue value is 69 (27.34% from 255 or 15.65% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8845 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8845 is #1377BA. Grayscale: #9E9E9E. Windows color (decimal): -1275835 or 4557036. OLE color: 4557036.

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

Color convert

RGB23613669-
CMYK00.420.710.07
HSL24.07º81.46%59.8%-
HSV(B)24.07º70.76%92.55%-
XYZ44.4735.8710.21-
YUV158.2677.63183.45-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 53.51%
GREEN value IS 136 (53.52% from 255) = 30.84%
BLUE value IS 69 (27.34% from 255) = 15.65%
R=53.51%
G=30.84%
B=15.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361366900.420.710.0724.0781.4659.8
HexEC884502A47718513c
Octal35421010505210773012174
Binary1110110010001000100010101010101000111111110001010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ec8845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ec8845; }

 p { color: rgb(236,136,69); }

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

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

 a { background-color: rgb(236,136,69); }

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

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

 span { border-color: rgb(236,136,69); }

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