#E48D45

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

Shades of Flamenco #E48D45

Tints of Flamenco #E48D45

Color information

#E48D45 (or 0xE48D45) is unknown color: approx Flamenco. HEX triplet: E4, 8D and 45. RGB value is (228,141,69). Sum of RGB (Red+Green+Blue) = 228+141+69=438 (58% of max value = 765). Red value is 228 (89.45% from 255 or 52.05% from 438); Green value is 141 (55.47% from 255 or 32.19% from 438); Blue value is 69 (27.34% from 255 or 15.75% from 438); Max value from RGB is 228 - color contains mainly: red. Hex color #E48D45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E48D45 is #1B72BA. Grayscale: #9F9F9F. Windows color (decimal): -1798843 or 4558308. OLE color: 4558308.

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

Color convert

RGB22814169-
CMYK00.380.700.11
HSL27.17º74.65%58.24%-
HSV(B)27.17º69.74%89.41%-
XYZ42.5935.9710.33-
YUV158.877.32177.35-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 52.05%
GREEN value IS 141 (55.47% from 255) = 32.19%
BLUE value IS 69 (27.34% from 255) = 15.75%
R=52.05%
G=32.19%
B=15.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.70
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281416900.380.700.1127.1774.6558.24
HexE48D4502646B1b4b3a
Octal344215105046106133311372
Binary11100100100011011000101010011010001101011110111001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48D45; }

 p { color: rgb(228,141,69); }

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

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

 a { background-color: rgb(228,141,69); }

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

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

 span { border-color: rgb(228,141,69); }

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