#E38D4E

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

Shades of Flamenco #E38D4E

Tints of Flamenco #E38D4E

Color information

#E38D4E (or 0xE38D4E) is unknown color: approx Flamenco. HEX triplet: E3, 8D and 4E. RGB value is (227,141,78). Sum of RGB (Red+Green+Blue) = 227+141+78=446 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.90% from 446); Green value is 141 (55.47% from 255 or 31.61% from 446); Blue value is 78 (30.86% from 255 or 17.49% from 446); Max value from RGB is 227 - color contains mainly: red. Hex color #E38D4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38D4E is #1C72B1. Grayscale: #9F9F9F. Windows color (decimal): -1864370 or 5148131. OLE color: 5148131.

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

Color convert

RGB22714178-
CMYK00.380.660.11
HSL25.37º72.68%59.8%-
HSV(B)25.37º65.64%89.02%-
XYZ42.5835.9311.9-
YUV159.5381.99176.12-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 50.90%
GREEN value IS 141 (55.47% from 255) = 31.61%
BLUE value IS 78 (30.86% from 255) = 17.49%
R=50.90%
G=31.61%
B=17.49%

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
Decimal2271417800.380.660.1125.3772.6859.8
HexE38D4E02642B19493c
Octal343215116046102133111174
Binary11100011100011011001110010011010000101011110011001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38D4E; }

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

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

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

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

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

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

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

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