#E48D54

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

Shades of Flamenco #E48D54

Tints of Flamenco #E48D54

Color information

#E48D54 (or 0xE48D54) is unknown color: approx Flamenco. HEX triplet: E4, 8D and 54. RGB value is (228,141,84). Sum of RGB (Red+Green+Blue) = 228+141+84=453 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50.33% from 453); Green value is 141 (55.47% from 255 or 31.13% from 453); Blue value is 84 (33.20% from 255 or 18.54% from 453); Max value from RGB is 228 - color contains mainly: red. Hex color #E48D54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48D54 is #1B72AB. Grayscale: #A0A0A0. Windows color (decimal): -1798828 or 5541348. OLE color: 5541348.

HSL color Cylindrical-coordinate representation of color #E48D54: hue angle of 23.75º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E48D54 is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.11.

Color convert

RGB22814184-
CMYK00.380.630.11
HSL23.75º72.73%61.18%-
HSV(B)23.75º63.16%89.41%-
XYZ43.1236.1813.1-
YUV160.5184.82176.13-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 50.33%
GREEN value IS 141 (55.47% from 255) = 31.13%
BLUE value IS 84 (33.20% from 255) = 18.54%
R=50.33%
G=31.13%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.63
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281418400.380.630.1123.7572.7361.18
HexE48D540263FB18493d
Octal34421512404677133011175
Binary1110010010001101101010001001101111111011110001001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48D54; }

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

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

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

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

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

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

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

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