Html Css Color HEX #ED6449 Flamingo

📋 copy color: '#ED6449'

red 237 ◦ green 100 ◦ blue 73

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

Shades of Flamingo #ED6449

Tints of Flamingo #ED6449

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.39%

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

R = 57.8%
G = 24.39%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ED6449 (or 0xED6449) is known color: Flamingo. HEX triplet: ED, 64 and 49. RGB value is (237,100,73). Sum of RGB (Red+Green+Blue) = 237+100+73=410 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.80% from 410); Green value is 100 (39.45% from 255 or 24.39% from 410); Blue value is 73 (28.91% from 255 or 17.80% from 410); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6449 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6449 is #129BB6. Grayscale: #8A8A8A. Windows color (decimal): -1219511 or 4809965. OLE color: 4809965.

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

Color convert

RGB 237 100 73 -
CMYK 0 0.58 0.69 0.07
HSL 9.88º 0.82% 0.61% -
HSV(B) 9.88º 0.69% 0.93% -
XYZ 40.68 27.6 9.49 -
YUV 137.89 91.39 198.7 -
System Red Green Blue C M Y K H S L
Decimal 237 100 73 0 0.58 0.69 0.07 9.88 0.82 0.61
Hex ED 64 49 0 3A 45 7 A 52 3D
Octal 355 144 111 0 72 105 7 12 122 75
Binary 11101101 1100100 1001001 0 111010 1000101 111 1010 1010010 111101

Color Harmonies of #ED6449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6449

Black with #ED6449

Text Example


Text Example

White with #ED6449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6449; }

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

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

background-color css

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

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

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

border-color css

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

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

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