#E48850

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

Shades of Flamenco #E48850

Tints of Flamenco #E48850

Color information

#E48850 (or 0xE48850) is unknown color: approx Flamenco. HEX triplet: E4, 88 and 50. RGB value is (228,136,80). Sum of RGB (Red+Green+Blue) = 228+136+80=444 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.35% from 444); Green value is 136 (53.52% from 255 or 30.63% from 444); Blue value is 80 (31.64% from 255 or 18.02% from 444); Max value from RGB is 228 - color contains mainly: red. Hex color #E48850 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48850 is #1B77AF. Grayscale: #9D9D9D. Windows color (decimal): -1800112 or 5277924. OLE color: 5277924.

HSL color Cylindrical-coordinate representation of color #E48850: hue angle of 22.7º 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 #E48850 is Cyan = 0, Magento = 0.40, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB22813680-
CMYK00.400.650.11
HSL22.7º73.27%60.39%-
HSV(B)22.7º64.91%89.41%-
XYZ42.2534.6812.06-
YUV157.1284.48178.55-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 51.35%
GREEN value IS 136 (53.52% from 255) = 30.63%
BLUE value IS 80 (31.64% from 255) = 18.02%
R=51.35%
G=30.63%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.65
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281368000.400.650.1122.773.2760.39
HexE4885002841B17493c
Octal344210120050101132711174
Binary11100100100010001010000010100010000011011101111001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48850; }

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

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

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

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

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

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

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

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