#E36140

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

Shades of Flamingo #E36140

Tints of Flamingo #E36140

Color information

#E36140 (or 0xE36140) is unknown color: approx Flamingo. HEX triplet: E3, 61 and 40. RGB value is (227,97,64). Sum of RGB (Red+Green+Blue) = 227+97+64=388 (51% of max value = 765). Red value is 227 (89.06% from 255 or 58.51% from 388); Green value is 97 (38.28% from 255 or 25% from 388); Blue value is 64 (25.39% from 255 or 16.49% from 388); Max value from RGB is 227 - color contains mainly: red. Hex color #E36140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E36140 is #1C9EBF. Grayscale: #848484. Windows color (decimal): -1875648 or 4219363. OLE color: 4219363.

HSL color Cylindrical-coordinate representation of color #E36140: hue angle of 12.15º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E36140 is Cyan = 0, Magento = 0.57, Yellow = 0.72 and Black (K on CMYK) = 0.11.

Color convert

RGB2279764-
CMYK00.570.720.11
HSL12.15º74.43%57.06%-
HSV(B)12.15º71.81%89.02%-
XYZ36.8825.257.78-
YUV132.1189.57195.68-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 58.51%
GREEN value IS 97 (38.28% from 255) = 25%
BLUE value IS 64 (25.39% from 255) = 16.49%
R=58.51%
G=25%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.72
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227976400.570.720.1112.1574.4357.06
HexE3614003948Bc4a39
Octal343141100071110131411271
Binary111000111100001100000001110011001000101111001001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E36140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E36140; }

 p { color: rgb(227,97,64); }

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

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

 a { background-color: rgb(227,97,64); }

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

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

 span { border-color: rgb(227,97,64); }

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