#e7864a

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

Shades of Flamenco #E7864A

Tints of Flamenco #E7864A

Color information

#E7864A (or 0xE7864A) is unknown color: approx Flamenco. HEX triplet: E7, 86 and 4A. RGB value is (231,134,74). Sum of RGB (Red+Green+Blue) = 231+134+74=439 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.62% from 439); Green value is 134 (52.73% from 255 or 30.52% from 439); Blue value is 74 (29.30% from 255 or 16.86% from 439); Max value from RGB is 231 - color contains mainly: red. Hex color #E7864A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7864A is #1879B5. Grayscale: #9C9C9C. Windows color (decimal): -1604022 or 4884199. OLE color: 4884199.

HSL color Cylindrical-coordinate representation of color #E7864A: hue angle of 22.93º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E7864A is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB23113474-
CMYK00.420.680.09
HSL22.93º76.59%59.8%-
HSV(B)22.93º67.97%90.59%-
XYZ42.7234.5310.89-
YUV156.1681.64181.38-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 52.62%
GREEN value IS 134 (52.73% from 255) = 30.52%
BLUE value IS 74 (29.30% from 255) = 16.86%
R=52.62%
G=30.52%
B=16.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.68
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311347400.420.680.0922.9376.5959.8
HexE7864A02A449174d3c
Octal347206112052104112711574
Binary11100111100001101001010010101010001001001101111001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e7864a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e7864a; }

 p { color: rgb(231,134,74); }

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

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

 a { background-color: rgb(231,134,74); }

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

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

 span { border-color: rgb(231,134,74); }

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