#E76544

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

Shades of Flamingo #E76544

Tints of Flamingo #E76544

Color information

#E76544 (or 0xE76544) is unknown color: approx Flamingo. HEX triplet: E7, 65 and 44. RGB value is (231,101,68). Sum of RGB (Red+Green+Blue) = 231+101+68=400 (52% of max value = 765). Red value is 231 (90.62% from 255 or 57.75% from 400); Green value is 101 (39.84% from 255 or 25.25% from 400); Blue value is 68 (26.95% from 255 or 17% from 400); Max value from RGB is 231 - color contains mainly: red. Hex color #E76544 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E76544 is #189ABB. Grayscale: #888888. Windows color (decimal): -1612476 or 4482535. OLE color: 4482535.

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

Color convert

RGB23110168-
CMYK00.560.710.09
HSL12.15º77.25%58.63%-
HSV(B)12.15º70.56%90.59%-
XYZ38.6526.718.59-
YUV136.1189.57195.68-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 57.75%
GREEN value IS 101 (39.84% from 255) = 25.25%
BLUE value IS 68 (26.95% from 255) = 17%
R=57.75%
G=25.25%
B=17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.71
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311016800.560.710.0912.1577.2558.63
HexE76544038479c4d3b
Octal347145104070107111411573
Binary111001111100101100010001110001000111100111001001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76544; }

 p { color: rgb(231,101,68); }

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

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

 a { background-color: rgb(231,101,68); }

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

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

 span { border-color: rgb(231,101,68); }

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