#E48550

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

Shades of Flamenco #E48550

Tints of Flamenco #E48550

Color information

#E48550 (or 0xE48550) is unknown color: approx Flamenco. HEX triplet: E4, 85 and 50. RGB value is (228,133,80). Sum of RGB (Red+Green+Blue) = 228+133+80=441 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.70% from 441); Green value is 133 (52.34% from 255 or 30.16% from 441); Blue value is 80 (31.64% from 255 or 18.14% from 441); Max value from RGB is 228 - color contains mainly: red. Hex color #E48550 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48550 is #1B7AAF. Grayscale: #9B9B9B. Windows color (decimal): -1800880 or 5277156. OLE color: 5277156.

HSL color Cylindrical-coordinate representation of color #E48550: hue angle of 21.49º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E48550 is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB22813380-
CMYK00.420.650.11
HSL21.49º73.27%60.39%-
HSV(B)21.49º64.91%89.41%-
XYZ41.8333.8511.92-
YUV155.3685.47179.81-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 51.70%
GREEN value IS 133 (52.34% from 255) = 30.16%
BLUE value IS 80 (31.64% from 255) = 18.14%
R=51.70%
G=30.16%
B=18.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.65
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281338000.420.650.1121.4973.2760.39
HexE4855002A41B15493c
Octal344205120052101132511174
Binary11100100100001011010000010101010000011011101011001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48550; }

 p { color: rgb(228,133,80); }

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

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

 a { background-color: rgb(228,133,80); }

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

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

 span { border-color: rgb(228,133,80); }

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