#ED5E45

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

Shades of Flamingo #ED5E45

Tints of Flamingo #ED5E45

Color information

#ED5E45 (or 0xED5E45) is unknown color: approx Flamingo. HEX triplet: ED, 5E and 45. RGB value is (237,94,69). Sum of RGB (Red+Green+Blue) = 237+94+69=400 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.25% from 400); Green value is 94 (37.11% from 255 or 23.5% from 400); Blue value is 69 (27.34% from 255 or 17.25% from 400); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5E45 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED5E45 is #12A1BA. Grayscale: #868686. Windows color (decimal): -1221051 or 4546285. OLE color: 4546285.

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

Color convert

RGB2379469-
CMYK00.600.710.07
HSL8.93º82.35%60%-
HSV(B)8.93º70.89%92.94%-
XYZ4026.448.63-
YUV133.9191.38201.53-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 59.25%
GREEN value IS 94 (37.11% from 255) = 23.5%
BLUE value IS 69 (27.34% from 255) = 17.25%
R=59.25%
G=23.5%
B=17.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237946900.600.710.078.9382.3560
HexED5E4503C4779523c
Octal35513610507410771112274
Binary11101101101111010001010111100100011111110011010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED5E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED5E45; }

 p { color: rgb(237,94,69); }

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

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

 a { background-color: rgb(237,94,69); }

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

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

 span { border-color: rgb(237,94,69); }

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