#E58C50

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

Shades of Flamenco #E58C50

Tints of Flamenco #E58C50

Color information

#E58C50 (or 0xE58C50) is unknown color: approx Flamenco. HEX triplet: E5, 8C and 50. RGB value is (229,140,80). Sum of RGB (Red+Green+Blue) = 229+140+80=449 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.00% from 449); Green value is 140 (55.08% from 255 or 31.18% from 449); Blue value is 80 (31.64% from 255 or 17.82% from 449); Max value from RGB is 229 - color contains mainly: red. Hex color #E58C50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58C50 is #1A73AF. Grayscale: #A0A0A0. Windows color (decimal): -1733552 or 5278949. OLE color: 5278949.

HSL color Cylindrical-coordinate representation of color #E58C50: hue angle of 24.16º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E58C50 is Cyan = 0, Magento = 0.39, Yellow = 0.65 and Black (K on CMYK) = 0.10.

Color convert

RGB22914080-
CMYK00.390.650.10
HSL24.16º74.13%60.59%-
HSV(B)24.16º65.07%89.8%-
XYZ43.1435.9912.26-
YUV159.7782.99177.38-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 51.00%
GREEN value IS 140 (55.08% from 255) = 31.18%
BLUE value IS 80 (31.64% from 255) = 17.82%
R=51.00%
G=31.18%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.65
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291408000.390.650.1024.1674.1360.59
HexE58C5002741A184a3d
Octal345214120047101123011275
Binary11100101100011001010000010011110000011010110001001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58C50; }

 p { color: rgb(229,140,80); }

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

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

 a { background-color: rgb(229,140,80); }

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

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

 span { border-color: rgb(229,140,80); }

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