#E86245

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

Shades of Flamingo #E86245

Tints of Flamingo #E86245

Color information

#E86245 (or 0xE86245) is unknown color: approx Flamingo. HEX triplet: E8, 62 and 45. RGB value is (232,98,69). Sum of RGB (Red+Green+Blue) = 232+98+69=399 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.15% from 399); Green value is 98 (38.67% from 255 or 24.56% from 399); Blue value is 69 (27.34% from 255 or 17.29% from 399); Max value from RGB is 232 - color contains mainly: red. Hex color #E86245 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E86245 is #179DBA. Grayscale: #878787. Windows color (decimal): -1547707 or 4547304. OLE color: 4547304.

HSL color Cylindrical-coordinate representation of color #E86245: hue angle of 10.67º 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 #E86245 is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB2329869-
CMYK00.580.700.09
HSL10.67º77.99%59.02%-
HSV(B)10.67º70.26%90.98%-
XYZ38.7226.328.67-
YUV134.7690.89197.36-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 58.15%
GREEN value IS 98 (38.67% from 255) = 24.56%
BLUE value IS 69 (27.34% from 255) = 17.29%
R=58.15%
G=24.56%
B=17.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.70
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232986900.580.700.0910.6777.9959.02
HexE8624503A469b4e3b
Octal350142105072106111311673
Binary111010001100010100010101110101000110100110111001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86245; }

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

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

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

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

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

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

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

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