#E38B45

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

Shades of Flamenco #E38B45

Tints of Flamenco #E38B45

Color information

#E38B45 (or 0xE38B45) is unknown color: approx Flamenco. HEX triplet: E3, 8B and 45. RGB value is (227,139,69). Sum of RGB (Red+Green+Blue) = 227+139+69=435 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.18% from 435); Green value is 139 (54.69% from 255 or 31.95% from 435); Blue value is 69 (27.34% from 255 or 15.86% from 435); Max value from RGB is 227 - color contains mainly: red. Hex color #E38B45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E38B45 is #1C74BA. Grayscale: #9D9D9D. Windows color (decimal): -1864891 or 4557795. OLE color: 4557795.

HSL color Cylindrical-coordinate representation of color #E38B45: hue angle of 26.58º degrees, saturation: 0.74, 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 #E38B45 is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.11.

Color convert

RGB22713969-
CMYK00.390.700.11
HSL26.58º73.83%58.04%-
HSV(B)26.58º69.6%89.02%-
XYZ41.9935.2310.22-
YUV157.3378.15177.69-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 52.18%
GREEN value IS 139 (54.69% from 255) = 31.95%
BLUE value IS 69 (27.34% from 255) = 15.86%
R=52.18%
G=31.95%
B=15.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.70
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271396900.390.700.1126.5873.8358.04
HexE38B4502746B1b4a3a
Octal343213105047106133311272
Binary11100011100010111000101010011110001101011110111001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38B45; }

 p { color: rgb(227,139,69); }

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

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

 a { background-color: rgb(227,139,69); }

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

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

 span { border-color: rgb(227,139,69); }

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