#E48A4B

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

Shades of Flamenco #E48A4B

Tints of Flamenco #E48A4B

Color information

#E48A4B (or 0xE48A4B) is unknown color: approx Flamenco. HEX triplet: E4, 8A and 4B. RGB value is (228,138,75). Sum of RGB (Red+Green+Blue) = 228+138+75=441 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.70% from 441); Green value is 138 (54.30% from 255 or 31.29% from 441); Blue value is 75 (29.69% from 255 or 17.01% from 441); Max value from RGB is 228 - color contains mainly: red. Hex color #E48A4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E48A4B is #1B75B4. Grayscale: #9E9E9E. Windows color (decimal): -1799605 or 4950756. OLE color: 4950756.

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

Color convert

RGB22813875-
CMYK00.390.670.11
HSL24.71º73.91%59.41%-
HSV(B)24.71º67.11%89.41%-
XYZ42.3535.1811.21-
YUV157.7381.32178.12-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 51.70%
GREEN value IS 138 (54.30% from 255) = 31.29%
BLUE value IS 75 (29.69% from 255) = 17.01%
R=51.70%
G=31.29%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.67
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281387500.390.670.1124.7173.9159.41
HexE48A4B02743B194a3b
Octal344212113047103133111273
Binary11100100100010101001011010011110000111011110011001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48A4B; }

 p { color: rgb(228,138,75); }

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

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

 a { background-color: rgb(228,138,75); }

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

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

 span { border-color: rgb(228,138,75); }

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