Html Css Color HEX #ED5C49 Flamingo

📋 copy color: '#ED5C49'

red 237 ◦ green 92 ◦ blue 73

#ED5C49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flamingo #ED5C49

Tints of Flamingo #ED5C49

RGB

 RED value IS 237 (92.97% from 255) = 58.96%

 GREEN value IS 92 (36.33% from 255) = 22.89%

 BLUE value IS 73 (28.91% from 255) = 18.16%

R = 58.96%
G = 22.89%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ED5C49 (or 0xED5C49) is known color: Flamingo. HEX triplet: ED, 5C and 49. RGB value is (237,92,73). Sum of RGB (Red+Green+Blue) = 237+92+73=402 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.96% from 402); Green value is 92 (36.33% from 255 or 22.89% from 402); Blue value is 73 (28.91% from 255 or 18.16% from 402); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5C49 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED5C49 is #12A3B6. Grayscale: #858585. Windows color (decimal): -1221559 or 4807917. OLE color: 4807917.

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

Color convert

RGB 237 92 73 -
CMYK 0 0.61 0.69 0.07
HSL 6.95º 0.82% 0.61% -
HSV(B) 6.95º 0.69% 0.93% -
XYZ 39.95 26.14 9.24 -
YUV 133.19 94.04 202.04 -
System Red Green Blue C M Y K H S L
Decimal 237 92 73 0 0.61 0.69 0.07 6.95 0.82 0.61
Hex ED 5C 49 0 3D 45 7 7 52 3D
Octal 355 134 111 0 75 105 7 7 122 75
Binary 11101101 1011100 1001001 0 111101 1000101 111 111 1010010 111101

Color Harmonies of #ED5C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5C49

Black with #ED5C49

Text Example


Text Example

White with #ED5C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5C49; }

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

 H1.HeaderClassName
 {
   color: #ED5C49;
 }
 .AnyTagClassName
 {
   color: #ED5C49;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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