#E0694C

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

Shades of Flamingo #E0694C

Tints of Flamingo #E0694C

Color information

#E0694C (or 0xE0694C) is unknown color: approx Flamingo. HEX triplet: E0, 69 and 4C. RGB value is (224,105,76). Sum of RGB (Red+Green+Blue) = 224+105+76=405 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.31% from 405); Green value is 105 (41.41% from 255 or 25.93% from 405); Blue value is 76 (30.08% from 255 or 18.77% from 405); Max value from RGB is 224 - color contains mainly: red. Hex color #E0694C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0694C is #1F96B3. Grayscale: #898989. Windows color (decimal): -2070196 or 5007840. OLE color: 5007840.

HSL color Cylindrical-coordinate representation of color #E0694C: hue angle of 11.76º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E0694C is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB22410576-
CMYK00.530.660.12
HSL11.76º70.48%58.82%-
HSV(B)11.76º66.07%87.84%-
XYZ37.126.479.99-
YUV137.2793.42189.86-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 55.31%
GREEN value IS 105 (41.41% from 255) = 25.93%
BLUE value IS 76 (30.08% from 255) = 18.77%
R=55.31%
G=25.93%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.66
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241057600.530.660.1211.7670.4858.82
HexE0694C03542Cc463b
Octal340151114065102141410673
Binary111000001101001100110001101011000010110011001000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0694C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0694C; }

 p { color: rgb(224,105,76); }

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

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

 a { background-color: rgb(224,105,76); }

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

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

 span { border-color: rgb(224,105,76); }

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