Html Css Color HEX #ED8670 Salmon

📋 copy color: '#ED8670'

red 237 ◦ green 134 ◦ blue 112

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

Shades of Salmon #ED8670

Tints of Salmon #ED8670

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.74%

 BLUE value IS 112 (44.14% from 255) = 23.19%

R = 49.07%
G = 27.74%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ED8670 (or 0xED8670) is known color: Salmon. HEX triplet: ED, 86 and 70. RGB value is (237,134,112). Sum of RGB (Red+Green+Blue) = 237+134+112=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 134 (52.73% from 255 or 27.74% from 483); Blue value is 112 (44.14% from 255 or 23.19% from 483); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8670 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8670 is #12798F. Grayscale: #A2A2A2. Windows color (decimal): -1210768 or 7374573. OLE color: 7374573.

HSL color Cylindrical-coordinate representation of color #ED8670: hue angle of 10.56º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ED8670 is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 134 112 -
CMYK 0 0.43 0.53 0.07
HSL 10.56º 0.78% 0.68% -
HSV(B) 10.56º 0.53% 0.93% -
XYZ 46.37 36.22 19.88 -
YUV 162.29 99.62 181.29 -
System Red Green Blue C M Y K H S L
Decimal 237 134 112 0 0.43 0.53 0.07 10.56 0.78 0.68
Hex ED 86 70 0 2B 35 7 B 4E 44
Octal 355 206 160 0 53 65 7 13 116 104
Binary 11101101 10000110 1110000 0 101011 110101 111 1011 1001110 1000100

Color Harmonies of #ED8670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8670

Black with #ED8670

Text Example


Text Example

White with #ED8670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8670; }

 p { color: rgb(237,134,112); }

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

background-color css

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

 a { background-color: rgb(237,134,112); }

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

border-color css

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

 span { border-color: rgb(237,134,112); }

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