#ED6349

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

Shades of Flamingo #ED6349

Tints of Flamingo #ED6349

Color information

#ED6349 (or 0xED6349) is unknown color: approx Flamingo. HEX triplet: ED, 63 and 49. RGB value is (237,99,73). Sum of RGB (Red+Green+Blue) = 237+99+73=409 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.95% from 409); Green value is 99 (39.06% from 255 or 24.21% from 409); Blue value is 73 (28.91% from 255 or 17.85% from 409); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6349 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6349 is #129CB6. Grayscale: #898989. Windows color (decimal): -1219767 or 4809709. OLE color: 4809709.

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

Color convert

RGB2379973-
CMYK00.580.690.07
HSL9.51º82%60.78%-
HSV(B)9.51º69.2%92.94%-
XYZ40.5927.419.45-
YUV137.391.72199.11-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 57.95%
GREEN value IS 99 (39.06% from 255) = 24.21%
BLUE value IS 73 (28.91% from 255) = 17.85%
R=57.95%
G=24.21%
B=17.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.69
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237997300.580.690.079.518260.78
HexED634903A457a523d
Octal35514311107210571212275
Binary11101101110001110010010111010100010111110101010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6349; }

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

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

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

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

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

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

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

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