#e48448

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

Shades of Flamenco #E48448

Tints of Flamenco #E48448

Color information

#E48448 (or 0xE48448) is unknown color: approx Flamenco. HEX triplet: E4, 84 and 48. RGB value is (228,132,72). Sum of RGB (Red+Green+Blue) = 228+132+72=432 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.78% from 432); Green value is 132 (51.95% from 255 or 30.56% from 432); Blue value is 72 (28.52% from 255 or 16.67% from 432); Max value from RGB is 228 - color contains mainly: red. Hex color #E48448 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E48448 is #1B7BB7. Grayscale: #9A9A9A. Windows color (decimal): -1801144 or 4752612. OLE color: 4752612.

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

Color convert

RGB22813272-
CMYK00.420.680.11
HSL23.08º74.29%58.82%-
HSV(B)23.08º68.42%89.41%-
XYZ41.4233.4610.41-
YUV153.8681.8180.88-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 52.78%
GREEN value IS 132 (51.95% from 255) = 30.56%
BLUE value IS 72 (28.52% from 255) = 16.67%
R=52.78%
G=30.56%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.68
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281327200.420.680.1123.0874.2958.82
HexE4844802A44B174a3b
Octal344204110052104132711273
Binary11100100100001001001000010101010001001011101111001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e48448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e48448; }

 p { color: rgb(228,132,72); }

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

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

 a { background-color: rgb(228,132,72); }

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

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

 span { border-color: rgb(228,132,72); }

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