#e36c50

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

Shades of Flamingo #E36C50

Tints of Flamingo #E36C50

Color information

#E36C50 (or 0xE36C50) is unknown color: approx Flamingo. HEX triplet: E3, 6C and 50. RGB value is (227,108,80). Sum of RGB (Red+Green+Blue) = 227+108+80=415 (54% of max value = 765). Red value is 227 (89.06% from 255 or 54.70% from 415); Green value is 108 (42.58% from 255 or 26.02% from 415); Blue value is 80 (31.64% from 255 or 19.28% from 415); Max value from RGB is 227 - color contains mainly: red. Hex color #E36C50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E36C50 is #1C93AF. Grayscale: #8C8C8C. Windows color (decimal): -1872816 or 5270755. OLE color: 5270755.

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

Color convert

RGB22710880-
CMYK00.520.650.11
HSL11.43º72.41%60.2%-
HSV(B)11.43º64.76%89.02%-
XYZ38.4927.6410.89-
YUV140.3993.92189.78-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 54.70%
GREEN value IS 108 (42.58% from 255) = 26.02%
BLUE value IS 80 (31.64% from 255) = 19.28%
R=54.70%
G=26.02%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.65
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271088000.520.650.1111.4372.4160.2
HexE36C5003441Bb483c
Octal343154120064101131311074
Binary111000111101100101000001101001000001101110111001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e36c50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e36c50; }

 p { color: rgb(227,108,80); }

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

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

 a { background-color: rgb(227,108,80); }

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

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

 span { border-color: rgb(227,108,80); }

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