#ED6549

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

Shades of Flamingo #ED6549

Tints of Flamingo #ED6549

Color information

#ED6549 (or 0xED6549) is unknown color: approx Flamingo. HEX triplet: ED, 65 and 49. RGB value is (237,101,73). Sum of RGB (Red+Green+Blue) = 237+101+73=411 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.66% from 411); Green value is 101 (39.84% from 255 or 24.57% from 411); Blue value is 73 (28.91% from 255 or 17.76% from 411); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6549 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6549 is #129AB6. Grayscale: #8A8A8A. Windows color (decimal): -1219255 or 4810221. OLE color: 4810221.

HSL color Cylindrical-coordinate representation of color #ED6549: hue angle of 10.24º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ED6549 is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB23710173-
CMYK00.570.690.07
HSL10.24º82%60.78%-
HSV(B)10.24º69.2%92.94%-
XYZ40.7827.799.52-
YUV138.4791.06198.28-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 57.66%
GREEN value IS 101 (39.84% from 255) = 24.57%
BLUE value IS 73 (28.91% from 255) = 17.76%
R=57.66%
G=24.57%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.69
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371017300.570.690.0710.248260.78
HexED6549039457a523d
Octal35514511107110571212275
Binary11101101110010110010010111001100010111110101010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6549; }

 p { color: rgb(237,101,73); }

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

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

 a { background-color: rgb(237,101,73); }

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

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

 span { border-color: rgb(237,101,73); }

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