#e76442

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

Shades of Flamingo #E76442

Tints of Flamingo #E76442

Color information

#E76442 (or 0xE76442) is unknown color: approx Flamingo. HEX triplet: E7, 64 and 42. RGB value is (231,100,66). Sum of RGB (Red+Green+Blue) = 231+100+66=397 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.19% from 397); Green value is 100 (39.45% from 255 or 25.19% from 397); Blue value is 66 (26.17% from 255 or 16.62% from 397); Max value from RGB is 231 - color contains mainly: red. Hex color #E76442 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E76442 is #189BBD. Grayscale: #878787. Windows color (decimal): -1612734 or 4351207. OLE color: 4351207.

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

Color convert

RGB23110066-
CMYK00.570.710.09
HSL12.36º77.46%58.24%-
HSV(B)12.36º71.43%90.59%-
XYZ38.526.58.24-
YUV135.2988.9196.26-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 58.19%
GREEN value IS 100 (39.45% from 255) = 25.19%
BLUE value IS 66 (26.17% from 255) = 16.62%
R=58.19%
G=25.19%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.71
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311006600.570.710.0912.3677.4658.24
HexE76442039479c4d3a
Octal347144102071107111411572
Binary111001111100100100001001110011000111100111001001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e76442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e76442; }

 p { color: rgb(231,100,66); }

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

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

 a { background-color: rgb(231,100,66); }

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

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

 span { border-color: rgb(231,100,66); }

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