#E45C3D

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

Shades of Flamingo #E45C3D

Tints of Flamingo #E45C3D

Color information

#E45C3D (or 0xE45C3D) is unknown color: approx Flamingo. HEX triplet: E4, 5C and 3D. RGB value is (228,92,61). Sum of RGB (Red+Green+Blue) = 228+92+61=381 (50% of max value = 765). Red value is 228 (89.45% from 255 or 59.84% from 381); Green value is 92 (36.33% from 255 or 24.15% from 381); Blue value is 61 (24.22% from 255 or 16.01% from 381); Max value from RGB is 228 - color contains mainly: red. Hex color #E45C3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45C3D is #1BA3C2. Grayscale: #818181. Windows color (decimal): -1811395 or 4021476. OLE color: 4021476.

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

Color convert

RGB2289261-
CMYK00.600.730.11
HSL11.14º75.57%56.67%-
HSV(B)11.14º73.25%89.41%-
XYZ36.6624.497.21-
YUV129.1389.56198.52-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 59.84%
GREEN value IS 92 (36.33% from 255) = 24.15%
BLUE value IS 61 (24.22% from 255) = 16.01%
R=59.84%
G=24.15%
B=16.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.73
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228926100.600.730.1111.1475.5756.67
HexE45C3D03C49Bb4c39
Octal34413475074111131311471
Binary11100100101110011110101111001001001101110111001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E45C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E45C3D; }

 p { color: rgb(228,92,61); }

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

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

 a { background-color: rgb(228,92,61); }

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

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

 span { border-color: rgb(228,92,61); }

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