Html Css Color HEX #ED6549 Flamingo

📋 copy color: '#ED6549'

red 237 ◦ green 101 ◦ blue 73

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

Shades of Flamingo #ED6549

Tints of Flamingo #ED6549

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.57%

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

R = 57.66%
G = 24.57%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ED6549 (or 0xED6549) is known color: Flamingo. HEX triplet: ED, 65 and 49. RGB value is (237,101,73). Sum of RGB (Red+Green+Blue) = 237+101+73=411 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.66% from 411); Green value is 101 (39.84% from 255 or 24.57% from 411); Blue value is 73 (28.91% from 255 or 17.76% from 411); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6549 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6549 is #129AB6. Grayscale: #8A8A8A. Windows color (decimal): -1219255 or 4810221. OLE color: 4810221.

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

Color convert

RGB 237 101 73 -
CMYK 0 0.57 0.69 0.07
HSL 10.24º 0.82% 0.61% -
HSV(B) 10.24º 0.69% 0.93% -
XYZ 40.78 27.79 9.52 -
YUV 138.47 91.06 198.28 -
System Red Green Blue C M Y K H S L
Decimal 237 101 73 0 0.57 0.69 0.07 10.24 0.82 0.61
Hex ED 65 49 0 39 45 7 A 52 3D
Octal 355 145 111 0 71 105 7 12 122 75
Binary 11101101 1100101 1001001 0 111001 1000101 111 1010 1010010 111101

Color Harmonies of #ED6549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6549

Black with #ED6549

Text Example


Text Example

White with #ED6549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6549; }

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

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

background-color css

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

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

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

border-color css

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

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

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