#ED6453

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

Shades of Flamingo #ED6453

Tints of Flamingo #ED6453

Color information

#ED6453 (or 0xED6453) is unknown color: approx Flamingo. HEX triplet: ED, 64 and 53. RGB value is (237,100,83). Sum of RGB (Red+Green+Blue) = 237+100+83=420 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.43% from 420); Green value is 100 (39.45% from 255 or 23.81% from 420); Blue value is 83 (32.81% from 255 or 19.76% from 420); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6453 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6453 is #129BAC. Grayscale: #8B8B8B. Windows color (decimal): -1219501 or 5465325. OLE color: 5465325.

HSL color Cylindrical-coordinate representation of color #ED6453: hue angle of 6.62º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ED6453 is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB23710083-
CMYK00.580.650.07
HSL6.62º81.05%62.75%-
HSV(B)6.62º64.98%92.94%-
XYZ41.0427.7411.38-
YUV139.0296.39197.88-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 56.43%
GREEN value IS 100 (39.45% from 255) = 23.81%
BLUE value IS 83 (32.81% from 255) = 19.76%
R=56.43%
G=23.81%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.65
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371008300.580.650.076.6281.0562.75
HexED645303A4177513f
Octal3551441230721017712177
Binary1110110111001001010011011101010000011111111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6453; }

 p { color: rgb(237,100,83); }

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

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

 a { background-color: rgb(237,100,83); }

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

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

 span { border-color: rgb(237,100,83); }

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