#EC8241

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

Shades of Flamenco #EC8241

Tints of Flamenco #EC8241

Color information

#EC8241 (or 0xEC8241) is unknown color: approx Flamenco. HEX triplet: EC, 82 and 41. RGB value is (236,130,65). Sum of RGB (Red+Green+Blue) = 236+130+65=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 130 (51.17% from 255 or 30.16% from 431); Blue value is 65 (25.78% from 255 or 15.08% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8241 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8241 is #137DBE. Grayscale: #9A9A9A. Windows color (decimal): -1277375 or 4293356. OLE color: 4293356.

HSL color Cylindrical-coordinate representation of color #EC8241: hue angle of 22.81º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC8241 is Cyan = 0, Magento = 0.45, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB23613065-
CMYK00.450.720.07
HSL22.81º81.82%59.02%-
HSV(B)22.81º72.46%92.55%-
XYZ43.5334.189.3-
YUV154.2877.62186.29-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 54.76%
GREEN value IS 130 (51.17% from 255) = 30.16%
BLUE value IS 65 (25.78% from 255) = 15.08%
R=54.76%
G=30.16%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.72
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361306500.450.720.0722.8181.8259.02
HexEC824102D48717523b
Octal35420210105511072712273
Binary1110110010000010100000101011011001000111101111010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8241; }

 p { color: rgb(236,130,65); }

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

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

 a { background-color: rgb(236,130,65); }

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

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

 span { border-color: rgb(236,130,65); }

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