#E36A4C

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

Shades of Flamingo #E36A4C

Tints of Flamingo #E36A4C

Color information

#E36A4C (or 0xE36A4C) is unknown color: approx Flamingo. HEX triplet: E3, 6A and 4C. RGB value is (227,106,76). Sum of RGB (Red+Green+Blue) = 227+106+76=409 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.50% from 409); Green value is 106 (41.80% from 255 or 25.92% from 409); Blue value is 76 (30.08% from 255 or 18.58% from 409); Max value from RGB is 227 - color contains mainly: red. Hex color #E36A4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E36A4C is #1C95B3. Grayscale: #8B8B8B. Windows color (decimal): -1873332 or 5008099. OLE color: 5008099.

HSL color Cylindrical-coordinate representation of color #E36A4C: hue angle of 11.92º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E36A4C is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.11.

Color convert

RGB22710676-
CMYK00.530.670.11
HSL11.92º72.95%59.41%-
HSV(B)11.92º66.52%89.02%-
XYZ38.1427.1610.07-
YUV138.7692.59190.94-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 55.50%
GREEN value IS 106 (41.80% from 255) = 25.92%
BLUE value IS 76 (30.08% from 255) = 18.58%
R=55.50%
G=25.92%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.67
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271067600.530.670.1111.9272.9559.41
HexE36A4C03543Bc493b
Octal343152114065103131411173
Binary111000111101010100110001101011000011101111001001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E36A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E36A4C; }

 p { color: rgb(227,106,76); }

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

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

 a { background-color: rgb(227,106,76); }

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

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

 span { border-color: rgb(227,106,76); }

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