#E96040

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

Shades of Flamingo #E96040

Tints of Flamingo #E96040

Color information

#E96040 (or 0xE96040) is unknown color: approx Flamingo. HEX triplet: E9, 60 and 40. RGB value is (233,96,64). Sum of RGB (Red+Green+Blue) = 233+96+64=393 (52% of max value = 765). Red value is 233 (91.41% from 255 or 59.29% from 393); Green value is 96 (37.89% from 255 or 24.43% from 393); Blue value is 64 (25.39% from 255 or 16.28% from 393); Max value from RGB is 233 - color contains mainly: red. Hex color #E96040 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E96040 is #169FBF. Grayscale: #858585. Windows color (decimal): -1482688 or 4219113. OLE color: 4219113.

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

Color convert

RGB2339664-
CMYK00.590.730.09
HSL11.36º79.34%58.24%-
HSV(B)11.36º72.53%91.37%-
XYZ38.7126.067.84-
YUV133.3288.89199.1-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 59.29%
GREEN value IS 96 (37.89% from 255) = 24.43%
BLUE value IS 64 (25.39% from 255) = 16.28%
R=59.29%
G=24.43%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.73
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233966400.590.730.0911.3679.3458.24
HexE9604003B499b4f3a
Octal351140100073111111311772
Binary111010011100000100000001110111001001100110111001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96040; }

 p { color: rgb(233,96,64); }

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

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

 a { background-color: rgb(233,96,64); }

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

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

 span { border-color: rgb(233,96,64); }

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