#E26049

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

Shades of Flamingo #E26049

Tints of Flamingo #E26049

Color information

#E26049 (or 0xE26049) is unknown color: approx Flamingo. HEX triplet: E2, 60 and 49. RGB value is (226,96,73). Sum of RGB (Red+Green+Blue) = 226+96+73=395 (52% of max value = 765). Red value is 226 (88.67% from 255 or 57.22% from 395); Green value is 96 (37.89% from 255 or 24.30% from 395); Blue value is 73 (28.91% from 255 or 18.48% from 395); Max value from RGB is 226 - color contains mainly: red. Hex color #E26049 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E26049 is #1D9FB6. Grayscale: #848484. Windows color (decimal): -1941431 or 4808930. OLE color: 4808930.

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

Color convert

RGB2269673-
CMYK00.580.680.11
HSL9.02º72.51%58.63%-
HSV(B)9.02º67.7%88.63%-
XYZ36.7525.029.19-
YUV132.2594.57194.87-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 57.22%
GREEN value IS 96 (37.89% from 255) = 24.30%
BLUE value IS 73 (28.91% from 255) = 18.48%
R=57.22%
G=24.30%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.68
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226967300.580.680.119.0272.5158.63
HexE2604903A44B9493b
Octal342140111072104131111173
Binary111000101100000100100101110101000100101110011001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26049; }

 p { color: rgb(226,96,73); }

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

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

 a { background-color: rgb(226,96,73); }

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

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

 span { border-color: rgb(226,96,73); }

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