#ED6649

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

Shades of Flamingo #ED6649

Tints of Flamingo #ED6649

Color information

#ED6649 (or 0xED6649) is unknown color: approx Flamingo. HEX triplet: ED, 66 and 49. RGB value is (237,102,73). Sum of RGB (Red+Green+Blue) = 237+102+73=412 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.52% from 412); Green value is 102 (40.23% from 255 or 24.76% from 412); Blue value is 73 (28.91% from 255 or 17.72% from 412); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6649 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6649 is #1299B6. Grayscale: #8B8B8B. Windows color (decimal): -1218999 or 4810477. OLE color: 4810477.

HSL color Cylindrical-coordinate representation of color #ED6649: hue angle of 10.61º 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 #ED6649 is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB23710273-
CMYK00.570.690.07
HSL10.61º82%60.78%-
HSV(B)10.61º69.2%92.94%-
XYZ40.8827.999.55-
YUV139.0690.73197.86-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 57.52%
GREEN value IS 102 (40.23% from 255) = 24.76%
BLUE value IS 73 (28.91% from 255) = 17.72%
R=57.52%
G=24.76%
B=17.72%

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
Decimal2371027300.570.690.0710.618260.78
HexED6649039457b523d
Octal35514611107110571312275
Binary11101101110011010010010111001100010111110111010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6649; }

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

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

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

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

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

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

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

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