#E06B4C

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

Shades of Flamingo #E06B4C

Tints of Flamingo #E06B4C

Color information

#E06B4C (or 0xE06B4C) is unknown color: approx Flamingo. HEX triplet: E0, 6B and 4C. RGB value is (224,107,76). Sum of RGB (Red+Green+Blue) = 224+107+76=407 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.04% from 407); Green value is 107 (42.19% from 255 or 26.29% from 407); Blue value is 76 (30.08% from 255 or 18.67% from 407); Max value from RGB is 224 - color contains mainly: red. Hex color #E06B4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06B4C is #1F94B3. Grayscale: #8A8A8A. Windows color (decimal): -2069684 or 5008352. OLE color: 5008352.

HSL color Cylindrical-coordinate representation of color #E06B4C: hue angle of 12.57º 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 #E06B4C is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB22410776-
CMYK00.520.660.12
HSL12.57º70.48%58.82%-
HSV(B)12.57º66.07%87.84%-
XYZ37.326.8810.06-
YUV138.4592.76189.02-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 55.04%
GREEN value IS 107 (42.19% from 255) = 26.29%
BLUE value IS 76 (30.08% from 255) = 18.67%
R=55.04%
G=26.29%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.66
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241077600.520.660.1212.5770.4858.82
HexE06B4C03442Cd463b
Octal340153114064102141510673
Binary111000001101011100110001101001000010110011011000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06B4C; }

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

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

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

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

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

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

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

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