#E78C4E

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

Shades of Flamenco #E78C4E

Tints of Flamenco #E78C4E

Color information

#E78C4E (or 0xE78C4E) is unknown color: approx Flamenco. HEX triplet: E7, 8C and 4E. RGB value is (231,140,78). Sum of RGB (Red+Green+Blue) = 231+140+78=449 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.45% from 449); Green value is 140 (55.08% from 255 or 31.18% from 449); Blue value is 78 (30.86% from 255 or 17.37% from 449); Max value from RGB is 231 - color contains mainly: red. Hex color #E78C4E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78C4E is #1873B1. Grayscale: #A0A0A0. Windows color (decimal): -1602482 or 5147879. OLE color: 5147879.

HSL color Cylindrical-coordinate representation of color #E78C4E: hue angle of 24.31º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E78C4E is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB23114078-
CMYK00.390.660.09
HSL24.31º76.12%60.59%-
HSV(B)24.31º66.23%90.59%-
XYZ43.7136.311.91-
YUV160.1481.65178.54-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 51.45%
GREEN value IS 140 (55.08% from 255) = 31.18%
BLUE value IS 78 (30.86% from 255) = 17.37%
R=51.45%
G=31.18%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.66
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311407800.390.660.0924.3176.1260.59
HexE78C4E027429184c3d
Octal347214116047102113011475
Binary11100111100011001001110010011110000101001110001001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78C4E; }

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

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

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

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

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

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

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

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