#E38E4E

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

Shades of Flamenco #E38E4E

Tints of Flamenco #E38E4E

Color information

#E38E4E (or 0xE38E4E) is unknown color: approx Flamenco. HEX triplet: E3, 8E and 4E. RGB value is (227,142,78). Sum of RGB (Red+Green+Blue) = 227+142+78=447 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.78% from 447); Green value is 142 (55.86% from 255 or 31.77% from 447); Blue value is 78 (30.86% from 255 or 17.45% from 447); Max value from RGB is 227 - color contains mainly: red. Hex color #E38E4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38E4E is #1C71B1. Grayscale: #A0A0A0. Windows color (decimal): -1864114 or 5148387. OLE color: 5148387.

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

Color convert

RGB22714278-
CMYK00.370.660.11
HSL25.77º72.68%59.8%-
HSV(B)25.77º65.64%89.02%-
XYZ42.7336.2311.95-
YUV160.1281.66175.7-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 50.78%
GREEN value IS 142 (55.86% from 255) = 31.77%
BLUE value IS 78 (30.86% from 255) = 17.45%
R=50.78%
G=31.77%
B=17.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.66
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271427800.370.660.1125.7772.6859.8
HexE38E4E02542B1a493c
Octal343216116045102133211174
Binary11100011100011101001110010010110000101011110101001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38E4E; }

 p { color: rgb(227,142,78); }

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

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

 a { background-color: rgb(227,142,78); }

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

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

 span { border-color: rgb(227,142,78); }

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