#E06948

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

Shades of Flamingo #E06948

Tints of Flamingo #E06948

Color information

#E06948 (or 0xE06948) is unknown color: approx Flamingo. HEX triplet: E0, 69 and 48. RGB value is (224,105,72). Sum of RGB (Red+Green+Blue) = 224+105+72=401 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.86% from 401); Green value is 105 (41.41% from 255 or 26.18% from 401); Blue value is 72 (28.52% from 255 or 17.96% from 401); Max value from RGB is 224 - color contains mainly: red. Hex color #E06948 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06948 is #1F96B7. Grayscale: #898989. Windows color (decimal): -2070200 or 4745696. OLE color: 4745696.

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

Color convert

RGB22410572-
CMYK00.530.680.12
HSL13.03º71.03%58.04%-
HSV(B)13.03º67.86%87.84%-
XYZ36.9626.429.28-
YUV136.8291.42190.18-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 55.86%
GREEN value IS 105 (41.41% from 255) = 26.18%
BLUE value IS 72 (28.52% from 255) = 17.96%
R=55.86%
G=26.18%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.68
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241057200.530.680.1213.0371.0358.04
HexE0694803544Cd473a
Octal340151110065104141510772
Binary111000001101001100100001101011000100110011011000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06948; }

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

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

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

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

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

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

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

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