#E86345

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

Shades of Flamingo #E86345

Tints of Flamingo #E86345

Color information

#E86345 (or 0xE86345) is unknown color: approx Flamingo. HEX triplet: E8, 63 and 45. RGB value is (232,99,69). Sum of RGB (Red+Green+Blue) = 232+99+69=400 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58% from 400); Green value is 99 (39.06% from 255 or 24.75% from 400); Blue value is 69 (27.34% from 255 or 17.25% from 400); Max value from RGB is 232 - color contains mainly: red. Hex color #E86345 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E86345 is #179CBA. Grayscale: #878787. Windows color (decimal): -1547451 or 4547560. OLE color: 4547560.

HSL color Cylindrical-coordinate representation of color #E86345: hue angle of 11.04º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E86345 is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB2329969-
CMYK00.570.700.09
HSL11.04º77.99%59.02%-
HSV(B)11.04º70.26%90.98%-
XYZ38.8126.518.7-
YUV135.3590.56196.94-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 58%
GREEN value IS 99 (39.06% from 255) = 24.75%
BLUE value IS 69 (27.34% from 255) = 17.25%
R=58%
G=24.75%
B=17.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.70
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232996900.570.700.0911.0477.9959.02
HexE86345039469b4e3b
Octal350143105071106111311673
Binary111010001100011100010101110011000110100110111001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86345; }

 p { color: rgb(232,99,69); }

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

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

 a { background-color: rgb(232,99,69); }

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

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

 span { border-color: rgb(232,99,69); }

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