#E46543

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

Shades of Flamingo #E46543

Tints of Flamingo #E46543

Color information

#E46543 (or 0xE46543) is unknown color: approx Flamingo. HEX triplet: E4, 65 and 43. RGB value is (228,101,67). Sum of RGB (Red+Green+Blue) = 228+101+67=396 (52% of max value = 765). Red value is 228 (89.45% from 255 or 57.58% from 396); Green value is 101 (39.84% from 255 or 25.51% from 396); Blue value is 67 (26.56% from 255 or 16.92% from 396); Max value from RGB is 228 - color contains mainly: red. Hex color #E46543 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E46543 is #1B9ABC. Grayscale: #878787. Windows color (decimal): -1809085 or 4416996. OLE color: 4416996.

HSL color Cylindrical-coordinate representation of color #E46543: hue angle of 12.67º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E46543 is Cyan = 0, Magento = 0.56, Yellow = 0.71 and Black (K on CMYK) = 0.11.

Color convert

RGB22810167-
CMYK00.560.710.11
HSL12.67º74.88%57.84%-
HSV(B)12.67º70.61%89.41%-
XYZ37.6626.218.38-
YUV135.189.58194.26-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 57.58%
GREEN value IS 101 (39.84% from 255) = 25.51%
BLUE value IS 67 (26.56% from 255) = 16.92%
R=57.58%
G=25.51%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.71
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281016700.560.710.1112.6774.8857.84
HexE4654303847Bd4b3a
Octal344145103070107131511372
Binary111001001100101100001101110001000111101111011001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E46543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E46543; }

 p { color: rgb(228,101,67); }

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

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

 a { background-color: rgb(228,101,67); }

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

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

 span { border-color: rgb(228,101,67); }

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