#E88048

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

Shades of Flamenco #E88048

Tints of Flamenco #E88048

Color information

#E88048 (or 0xE88048) is unknown color: approx Flamenco. HEX triplet: E8, 80 and 48. RGB value is (232,128,72). Sum of RGB (Red+Green+Blue) = 232+128+72=432 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.70% from 432); Green value is 128 (50.39% from 255 or 29.63% from 432); Blue value is 72 (28.52% from 255 or 16.67% from 432); Max value from RGB is 232 - color contains mainly: red. Hex color #E88048 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E88048 is #177FB7. Grayscale: #999999. Windows color (decimal): -1540024 or 4751592. OLE color: 4751592.

HSL color Cylindrical-coordinate representation of color #E88048: hue angle of 21º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E88048 is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.09.

Color convert

RGB23212872-
CMYK00.450.690.09
HSL21º77.67%59.61%-
HSV(B)21º68.97%90.98%-
XYZ42.1733.0610.29-
YUV152.7182.46184.55-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 53.70%
GREEN value IS 128 (50.39% from 255) = 29.63%
BLUE value IS 72 (28.52% from 255) = 16.67%
R=53.70%
G=29.63%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.69
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321287200.450.690.092177.6759.61
HexE8804802D459154e3c
Octal350200110055105112511674
Binary11101000100000001001000010110110001011001101011001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88048; }

 p { color: rgb(232,128,72); }

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

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

 a { background-color: rgb(232,128,72); }

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

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

 span { border-color: rgb(232,128,72); }

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