#E76041

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

Shades of Flamingo #E76041

Tints of Flamingo #E76041

Color information

#E76041 (or 0xE76041) is unknown color: approx Flamingo. HEX triplet: E7, 60 and 41. RGB value is (231,96,65). Sum of RGB (Red+Green+Blue) = 231+96+65=392 (51% of max value = 765). Red value is 231 (90.62% from 255 or 58.93% from 392); Green value is 96 (37.89% from 255 or 24.49% from 392); Blue value is 65 (25.78% from 255 or 16.58% from 392); Max value from RGB is 231 - color contains mainly: red. Hex color #E76041 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E76041 is #189FBE. Grayscale: #858585. Windows color (decimal): -1613759 or 4284647. OLE color: 4284647.

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

Color convert

RGB2319665-
CMYK00.580.720.09
HSL11.2º77.57%58.04%-
HSV(B)11.2º71.86%90.59%-
XYZ38.0925.747.96-
YUV132.8389.73198.02-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 58.93%
GREEN value IS 96 (37.89% from 255) = 24.49%
BLUE value IS 65 (25.78% from 255) = 16.58%
R=58.93%
G=24.49%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.72
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231966500.580.720.0911.277.5758.04
HexE7604103A489b4e3a
Octal347140101072110111311672
Binary111001111100000100000101110101001000100110111001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76041; }

 p { color: rgb(231,96,65); }

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

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

 a { background-color: rgb(231,96,65); }

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

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

 span { border-color: rgb(231,96,65); }

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