#E48852

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

Shades of Flamenco #E48852

Tints of Flamenco #E48852

Color information

#E48852 (or 0xE48852) is unknown color: approx Flamenco. HEX triplet: E4, 88 and 52. RGB value is (228,136,82). Sum of RGB (Red+Green+Blue) = 228+136+82=446 (59% of max value = 765). Red value is 228 (89.45% from 255 or 51.12% from 446); Green value is 136 (53.52% from 255 or 30.49% from 446); Blue value is 82 (32.42% from 255 or 18.39% from 446); Max value from RGB is 228 - color contains mainly: red. Hex color #E48852 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48852 is #1B77AD. Grayscale: #9D9D9D. Windows color (decimal): -1800110 or 5408996. OLE color: 5408996.

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

Color convert

RGB22813682-
CMYK00.400.640.11
HSL22.19º73%60.78%-
HSV(B)22.19º64.04%89.41%-
XYZ42.3234.7112.45-
YUV157.3585.48178.39-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 51.12%
GREEN value IS 136 (53.52% from 255) = 30.49%
BLUE value IS 82 (32.42% from 255) = 18.39%
R=51.12%
G=30.49%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.64
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281368200.400.640.1122.197360.78
HexE4885202840B16493d
Octal344210122050100132611175
Binary11100100100010001010010010100010000001011101101001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48852; }

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

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

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

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

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

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

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

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