#E38C4E

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

Shades of Flamenco #E38C4E

Tints of Flamenco #E38C4E

Color information

#E38C4E (or 0xE38C4E) is unknown color: approx Flamenco. HEX triplet: E3, 8C and 4E. RGB value is (227,140,78). Sum of RGB (Red+Green+Blue) = 227+140+78=445 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.01% from 445); Green value is 140 (55.08% from 255 or 31.46% from 445); Blue value is 78 (30.86% from 255 or 17.53% from 445); Max value from RGB is 227 - color contains mainly: red. Hex color #E38C4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38C4E is #1C73B1. Grayscale: #9F9F9F. Windows color (decimal): -1864626 or 5147875. OLE color: 5147875.

HSL color Cylindrical-coordinate representation of color #E38C4E: hue angle of 24.97º 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 #E38C4E is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.11.

Color convert

RGB22714078-
CMYK00.380.660.11
HSL24.97º72.68%59.8%-
HSV(B)24.97º65.64%89.02%-
XYZ42.4335.6411.85-
YUV158.9482.32176.54-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 51.01%
GREEN value IS 140 (55.08% from 255) = 31.46%
BLUE value IS 78 (30.86% from 255) = 17.53%
R=51.01%
G=31.46%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.66
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271407800.380.660.1124.9772.6859.8
HexE38C4E02642B19493c
Octal343214116046102133111174
Binary11100011100011001001110010011010000101011110011001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38C4E; }

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

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

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

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

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

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

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

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