#E48546

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

Shades of Flamenco #E48546

Tints of Flamenco #E48546

Color information

#E48546 (or 0xE48546) is unknown color: approx Flamenco. HEX triplet: E4, 85 and 46. RGB value is (228,133,70). Sum of RGB (Red+Green+Blue) = 228+133+70=431 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.90% from 431); Green value is 133 (52.34% from 255 or 30.86% from 431); Blue value is 70 (27.73% from 255 or 16.24% from 431); Max value from RGB is 228 - color contains mainly: red. Hex color #E48546 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E48546 is #1B7AB9. Grayscale: #9A9A9A. Windows color (decimal): -1800890 or 4621796. OLE color: 4621796.

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

Color convert

RGB22813370-
CMYK00.420.690.11
HSL23.92º74.53%58.43%-
HSV(B)23.92º69.3%89.41%-
XYZ41.4933.7110.11-
YUV154.2280.47180.62-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 52.90%
GREEN value IS 133 (52.34% from 255) = 30.86%
BLUE value IS 70 (27.73% from 255) = 16.24%
R=52.90%
G=30.86%
B=16.24%

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
Decimal2281337000.420.690.1123.9274.5358.43
HexE4854602A45B184b3a
Octal344205106052105133011372
Binary11100100100001011000110010101010001011011110001001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48546; }

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

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

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

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

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

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

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

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