#ED5941

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

Shades of Flamingo #ED5941

Tints of Flamingo #ED5941

Color information

#ED5941 (or 0xED5941) is unknown color: approx Flamingo. HEX triplet: ED, 59 and 41. RGB value is (237,89,65). Sum of RGB (Red+Green+Blue) = 237+89+65=391 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.61% from 391); Green value is 89 (35.16% from 255 or 22.76% from 391); Blue value is 65 (25.78% from 255 or 16.62% from 391); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5941 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED5941 is #12A6BE. Grayscale: #828282. Windows color (decimal): -1222335 or 4282861. OLE color: 4282861.

HSL color Cylindrical-coordinate representation of color #ED5941: hue angle of 8.37º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ED5941 is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB2378965-
CMYK00.620.730.07
HSL8.37º82.69%59.22%-
HSV(B)8.37º72.57%92.94%-
XYZ39.4525.537.85-
YUV130.5291.03203.95-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 60.61%
GREEN value IS 89 (35.16% from 255) = 22.76%
BLUE value IS 65 (25.78% from 255) = 16.62%
R=60.61%
G=22.76%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.73
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237896500.620.730.078.3782.6959.22
HexED594103E4978533b
Octal35513110107611171012373
Binary11101101101100110000010111110100100111110001010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED5941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED5941; }

 p { color: rgb(237,89,65); }

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

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

 a { background-color: rgb(237,89,65); }

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

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

 span { border-color: rgb(237,89,65); }

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