#E78950

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

Shades of Flamenco #E78950

Tints of Flamenco #E78950

Color information

#E78950 (or 0xE78950) is unknown color: approx Flamenco. HEX triplet: E7, 89 and 50. RGB value is (231,137,80). Sum of RGB (Red+Green+Blue) = 231+137+80=448 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.56% from 448); Green value is 137 (53.91% from 255 or 30.58% from 448); Blue value is 80 (31.64% from 255 or 17.86% from 448); Max value from RGB is 231 - color contains mainly: red. Hex color #E78950 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78950 is #1876AF. Grayscale: #9E9E9E. Windows color (decimal): -1603248 or 5278183. OLE color: 5278183.

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

Color convert

RGB23113780-
CMYK00.410.650.09
HSL22.65º75.88%60.98%-
HSV(B)22.65º65.37%90.59%-
XYZ43.3535.4612.15-
YUV158.6183.64179.63-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 51.56%
GREEN value IS 137 (53.91% from 255) = 30.58%
BLUE value IS 80 (31.64% from 255) = 17.86%
R=51.56%
G=30.58%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.65
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311378000.410.650.0922.6575.8860.98
HexE78950029419174c3d
Octal347211120051101112711475
Binary11100111100010011010000010100110000011001101111001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78950; }

 p { color: rgb(231,137,80); }

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

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

 a { background-color: rgb(231,137,80); }

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

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

 span { border-color: rgb(231,137,80); }

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