Html Css Color HEX #ED6546 Flamingo

📋 copy color: '#ED6546'

red 237 ◦ green 101 ◦ blue 70

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

Shades of Flamingo #ED6546

Tints of Flamingo #ED6546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.16%

R = 58.09%
G = 24.75%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#ED6546 (or 0xED6546) is known color: Flamingo. HEX triplet: ED, 65 and 46. RGB value is (237,101,70). Sum of RGB (Red+Green+Blue) = 237+101+70=408 (54% of max value = 765). Red value is 237 (92.97% from 255 or 58.09% from 408); Green value is 101 (39.84% from 255 or 24.75% from 408); Blue value is 70 (27.73% from 255 or 17.16% from 408); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6546 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6546 is #129AB9. Grayscale: #8A8A8A. Windows color (decimal): -1219258 or 4613613. OLE color: 4613613.

HSL color Cylindrical-coordinate representation of color #ED6546: hue angle of 11.14º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED6546 is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 101 70 -
CMYK 0 0.57 0.70 0.07
HSL 11.14º 0.82% 0.6% -
HSV(B) 11.14º 0.7% 0.93% -
XYZ 40.68 27.75 9.01 -
YUV 138.13 89.56 198.52 -
System Red Green Blue C M Y K H S L
Decimal 237 101 70 0 0.57 0.70 0.07 11.14 0.82 0.6
Hex ED 65 46 0 39 46 7 B 52 3C
Octal 355 145 106 0 71 106 7 13 122 74
Binary 11101101 1100101 1000110 0 111001 1000110 111 1011 1010010 111100

Color Harmonies of #ED6546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6546

Black with #ED6546

Text Example


Text Example

White with #ED6546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6546; }

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

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

background-color css

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

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

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

border-color css

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

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

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