#E48446

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

Shades of Flamenco #E48446

Tints of Flamenco #E48446

Color information

#E48446 (or 0xE48446) is unknown color: approx Flamenco. HEX triplet: E4, 84 and 46. RGB value is (228,132,70). Sum of RGB (Red+Green+Blue) = 228+132+70=430 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.02% from 430); Green value is 132 (51.95% from 255 or 30.70% from 430); Blue value is 70 (27.73% from 255 or 16.28% from 430); Max value from RGB is 228 - color contains mainly: red. Hex color #E48446 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E48446 is #1B7BB9. Grayscale: #999999. Windows color (decimal): -1801146 or 4621540. OLE color: 4621540.

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

Color convert

RGB22813270-
CMYK00.420.690.11
HSL23.54º74.53%58.43%-
HSV(B)23.54º69.3%89.41%-
XYZ41.3533.4410.07-
YUV153.6480.8181.04-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 53.02%
GREEN value IS 132 (51.95% from 255) = 30.70%
BLUE value IS 70 (27.73% from 255) = 16.28%
R=53.02%
G=30.70%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.69
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281327000.420.690.1123.5474.5358.43
HexE4844602A45B184b3a
Octal344204106052105133011372
Binary11100100100001001000110010101010001011011110001001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48446; }

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

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

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

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

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

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

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

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