#E38642

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

Shades of Flamenco #E38642

Tints of Flamenco #E38642

Color information

#E38642 (or 0xE38642) is unknown color: approx Flamenco. HEX triplet: E3, 86 and 42. RGB value is (227,134,66). Sum of RGB (Red+Green+Blue) = 227+134+66=427 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.16% from 427); Green value is 134 (52.73% from 255 or 31.38% from 427); Blue value is 66 (26.17% from 255 or 15.46% from 427); Max value from RGB is 227 - color contains mainly: red. Hex color #E38642 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E38642 is #1C79BD. Grayscale: #9A9A9A. Windows color (decimal): -1866174 or 4359907. OLE color: 4359907.

HSL color Cylindrical-coordinate representation of color #E38642: hue angle of 25.34º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E38642 is Cyan = 0, Magento = 0.41, Yellow = 0.71 and Black (K on CMYK) = 0.11.

Color convert

RGB22713466-
CMYK00.410.710.11
HSL25.34º74.19%57.45%-
HSV(B)25.34º70.93%89.02%-
XYZ41.1933.779.5-
YUV154.0678.31180.03-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 53.16%
GREEN value IS 134 (52.73% from 255) = 31.38%
BLUE value IS 66 (26.17% from 255) = 15.46%
R=53.16%
G=31.38%
B=15.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.71
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271346600.410.710.1125.3474.1957.45
HexE3864202947B194a39
Octal343206102051107133111271
Binary11100011100001101000010010100110001111011110011001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38642; }

 p { color: rgb(227,134,66); }

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

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

 a { background-color: rgb(227,134,66); }

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

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

 span { border-color: rgb(227,134,66); }

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