#E18B52

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

Shades of Flamenco #E18B52

Tints of Flamenco #E18B52

Color information

#E18B52 (or 0xE18B52) is unknown color: approx Flamenco. HEX triplet: E1, 8B and 52. RGB value is (225,139,82). Sum of RGB (Red+Green+Blue) = 225+139+82=446 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.45% from 446); Green value is 139 (54.69% from 255 or 31.17% from 446); Blue value is 82 (32.42% from 255 or 18.39% from 446); Max value from RGB is 225 - color contains mainly: red. Hex color #E18B52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18B52 is #1E74AD. Grayscale: #9E9E9E. Windows color (decimal): -1995950 or 5409761. OLE color: 5409761.

HSL color Cylindrical-coordinate representation of color #E18B52: hue angle of 23.92º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E18B52 is Cyan = 0, Magento = 0.38, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB22513982-
CMYK00.380.640.12
HSL23.92º70.44%60.2%-
HSV(B)23.92º63.56%88.24%-
XYZ41.8135.0812.55-
YUV158.2284.99175.63-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50.45%
GREEN value IS 139 (54.69% from 255) = 31.17%
BLUE value IS 82 (32.42% from 255) = 18.39%
R=50.45%
G=31.17%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.64
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251398200.380.640.1223.9270.4460.2
HexE18B5202640C18463c
Octal341213122046100143010674
Binary11100001100010111010010010011010000001100110001000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18B52; }

 p { color: rgb(225,139,82); }

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

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

 a { background-color: rgb(225,139,82); }

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

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

 span { border-color: rgb(225,139,82); }

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