Html Css Color HEX #ED6247 Flamingo

📋 copy color: '#ED6247'

red 237 ◦ green 98 ◦ blue 71

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

Shades of Flamingo #ED6247

Tints of Flamingo #ED6247

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.14%

 BLUE value IS 71 (28.13% from 255) = 17.49%

R = 58.37%
G = 24.14%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#ED6247 (or 0xED6247) is known color: Flamingo. HEX triplet: ED, 62 and 47. RGB value is (237,98,71). Sum of RGB (Red+Green+Blue) = 237+98+71=406 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.37% from 406); Green value is 98 (38.67% from 255 or 24.14% from 406); Blue value is 71 (28.12% from 255 or 17.49% from 406); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6247 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6247 is #129DB8. Grayscale: #888888. Windows color (decimal): -1220025 or 4678381. OLE color: 4678381.

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

Color convert

RGB 237 98 71 -
CMYK 0 0.59 0.70 0.07
HSL 9.76º 0.82% 0.6% -
HSV(B) 9.76º 0.7% 0.93% -
XYZ 40.43 27.19 9.08 -
YUV 136.48 91.05 199.7 -
System Red Green Blue C M Y K H S L
Decimal 237 98 71 0 0.59 0.70 0.07 9.76 0.82 0.6
Hex ED 62 47 0 3B 46 7 A 52 3C
Octal 355 142 107 0 73 106 7 12 122 74
Binary 11101101 1100010 1000111 0 111011 1000110 111 1010 1010010 111100

Color Harmonies of #ED6247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6247

Black with #ED6247

Text Example


Text Example

White with #ED6247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6247; }

 p { color: rgb(237,98,71); }

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

background-color css

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

 a { background-color: rgb(237,98,71); }

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

border-color css

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

 span { border-color: rgb(237,98,71); }

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