#E88348

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

Shades of Flamenco #E88348

Tints of Flamenco #E88348

Color information

#E88348 (or 0xE88348) is unknown color: approx Flamenco. HEX triplet: E8, 83 and 48. RGB value is (232,131,72). Sum of RGB (Red+Green+Blue) = 232+131+72=435 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.33% from 435); Green value is 131 (51.56% from 255 or 30.11% from 435); Blue value is 72 (28.52% from 255 or 16.55% from 435); Max value from RGB is 232 - color contains mainly: red. Hex color #E88348 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E88348 is #177CB7. Grayscale: #9A9A9A. Windows color (decimal): -1539256 or 4752360. OLE color: 4752360.

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

Color convert

RGB23213172-
CMYK00.440.690.09
HSL22.13º77.67%59.61%-
HSV(B)22.13º68.97%90.98%-
XYZ42.5633.8610.42-
YUV154.4781.46183.3-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 53.33%
GREEN value IS 131 (51.56% from 255) = 30.11%
BLUE value IS 72 (28.52% from 255) = 16.55%
R=53.33%
G=30.11%
B=16.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.69
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321317200.440.690.0922.1377.6759.61
HexE8834802C459164e3c
Octal350203110054105112611674
Binary11101000100000111001000010110010001011001101101001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88348; }

 p { color: rgb(232,131,72); }

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

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

 a { background-color: rgb(232,131,72); }

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

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

 span { border-color: rgb(232,131,72); }

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