#ED6553

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

Shades of Flamingo #ED6553

Tints of Flamingo #ED6553

Color information

#ED6553 (or 0xED6553) is unknown color: approx Flamingo. HEX triplet: ED, 65 and 53. RGB value is (237,101,83). Sum of RGB (Red+Green+Blue) = 237+101+83=421 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.29% from 421); Green value is 101 (39.84% from 255 or 23.99% from 421); Blue value is 83 (32.81% from 255 or 19.71% from 421); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6553 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6553 is #129AAC. Grayscale: #8B8B8B. Windows color (decimal): -1219245 or 5465581. OLE color: 5465581.

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

Color convert

RGB23710183-
CMYK00.570.650.07
HSL7.01º81.05%62.75%-
HSV(B)7.01º64.98%92.94%-
XYZ41.1427.9411.41-
YUV139.6196.06197.46-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 56.29%
GREEN value IS 101 (39.84% from 255) = 23.99%
BLUE value IS 83 (32.81% from 255) = 19.71%
R=56.29%
G=23.99%
B=19.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.65
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371018300.570.650.077.0181.0562.75
HexED65530394177513f
Octal3551451230711017712177
Binary1110110111001011010011011100110000011111111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6553; }

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

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

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

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

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

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

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

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