Html Css Color HEX #ED5944 Flamingo

📋 copy color: '#ED5944'

red 237 ◦ green 89 ◦ blue 68

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

Shades of Flamingo #ED5944

Tints of Flamingo #ED5944

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.59%

 BLUE value IS 68 (26.95% from 255) = 17.26%

R = 60.15%
G = 22.59%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#ED5944 (or 0xED5944) is known color: Flamingo. HEX triplet: ED, 59 and 44. RGB value is (237,89,68). Sum of RGB (Red+Green+Blue) = 237+89+68=394 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60.15% from 394); Green value is 89 (35.16% from 255 or 22.59% from 394); Blue value is 68 (26.95% from 255 or 17.26% from 394); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5944 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED5944 is #12A6BB. Grayscale: #838383. Windows color (decimal): -1222332 or 4479469. OLE color: 4479469.

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

Color convert

RGB 237 89 68 -
CMYK 0 0.62 0.71 0.07
HSL 7.46º 0.82% 0.6% -
HSV(B) 7.46º 0.71% 0.93% -
XYZ 39.54 25.57 8.32 -
YUV 130.86 92.53 203.71 -
System Red Green Blue C M Y K H S L
Decimal 237 89 68 0 0.62 0.71 0.07 7.46 0.82 0.6
Hex ED 59 44 0 3E 47 7 7 52 3C
Octal 355 131 104 0 76 107 7 7 122 74
Binary 11101101 1011001 1000100 0 111110 1000111 111 111 1010010 111100

Color Harmonies of #ED5944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5944

Black with #ED5944

Text Example


Text Example

White with #ED5944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5944; }

 p { color: rgb(237,89,68); }

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

background-color css

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

 a { background-color: rgb(237,89,68); }

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

border-color css

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

 span { border-color: rgb(237,89,68); }

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