#E96A55

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

Shades of Flamingo #E96A55

Tints of Flamingo #E96A55

Color information

#E96A55 (or 0xE96A55) is unknown color: approx Flamingo. HEX triplet: E9, 6A and 55. RGB value is (233,106,85). Sum of RGB (Red+Green+Blue) = 233+106+85=424 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.95% from 424); Green value is 106 (41.80% from 255 or 25% from 424); Blue value is 85 (33.59% from 255 or 20.05% from 424); Max value from RGB is 233 - color contains mainly: red. Hex color #E96A55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96A55 is #1695AA. Grayscale: #8D8D8D. Windows color (decimal): -1480107 or 5597929. OLE color: 5597929.

HSL color Cylindrical-coordinate representation of color #E96A55: hue angle of 8.51º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E96A55 is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.09.

Color convert

RGB23310685-
CMYK00.550.640.09
HSL8.51º77.08%62.35%-
HSV(B)8.51º63.52%91.37%-
XYZ40.428.2911.93-
YUV141.5896.08193.21-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 54.95%
GREEN value IS 106 (41.80% from 255) = 25%
BLUE value IS 85 (33.59% from 255) = 20.05%
R=54.95%
G=25%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.64
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331068500.550.640.098.5177.0862.35
HexE96A5503740994d3e
Octal351152125067100111111576
Binary111010011101010101010101101111000000100110011001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96A55; }

 p { color: rgb(233,106,85); }

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

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

 a { background-color: rgb(233,106,85); }

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

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

 span { border-color: rgb(233,106,85); }

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