#e86956

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

Shades of Flamingo #E86956

Tints of Flamingo #E86956

Color information

#E86956 (or 0xE86956) is unknown color: approx Flamingo. HEX triplet: E8, 69 and 56. RGB value is (232,105,86). Sum of RGB (Red+Green+Blue) = 232+105+86=423 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.85% from 423); Green value is 105 (41.41% from 255 or 24.82% from 423); Blue value is 86 (33.98% from 255 or 20.33% from 423); Max value from RGB is 232 - color contains mainly: red. Hex color #E86956 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86956 is #1796A9. Grayscale: #8D8D8D. Windows color (decimal): -1545898 or 5663208. OLE color: 5663208.

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

Color convert

RGB23210586-
CMYK00.550.630.09
HSL7.81º76.04%62.35%-
HSV(B)7.81º62.93%90.98%-
XYZ40.0127.9312.09-
YUV140.8197.08193.04-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 54.85%
GREEN value IS 105 (41.41% from 255) = 24.82%
BLUE value IS 86 (33.98% from 255) = 20.33%
R=54.85%
G=24.82%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.63
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321058600.550.630.097.8176.0462.35
HexE869560373F984c3e
Octal35015112606777111011476
Binary11101000110100110101100110111111111100110001001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e86956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e86956; }

 p { color: rgb(232,105,86); }

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

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

 a { background-color: rgb(232,105,86); }

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

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

 span { border-color: rgb(232,105,86); }

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