Html Css Color HEX #ED866C Salmon

📋 copy color: '#ED866C'

red 237 ◦ green 134 ◦ blue 108

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

Shades of Salmon #ED866C

Tints of Salmon #ED866C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.55%

R = 49.48%
G = 27.97%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#ED866C (or 0xED866C) is known color: Salmon. HEX triplet: ED, 86 and 6C. RGB value is (237,134,108). Sum of RGB (Red+Green+Blue) = 237+134+108=479 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.48% from 479); Green value is 134 (52.73% from 255 or 27.97% from 479); Blue value is 108 (42.58% from 255 or 22.55% from 479); Max value from RGB is 237 - color contains mainly: red. Hex color #ED866C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED866C is #127993. Grayscale: #A2A2A2. Windows color (decimal): -1210772 or 7112429. OLE color: 7112429.

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

Color convert

RGB 237 134 108 -
CMYK 0 0.43 0.54 0.07
HSL 12.09º 0.78% 0.68% -
HSV(B) 12.09º 0.54% 0.93% -
XYZ 46.16 36.14 18.73 -
YUV 161.83 97.62 181.61 -
System Red Green Blue C M Y K H S L
Decimal 237 134 108 0 0.43 0.54 0.07 12.09 0.78 0.68
Hex ED 86 6C 0 2B 36 7 C 4E 44
Octal 355 206 154 0 53 66 7 14 116 104
Binary 11101101 10000110 1101100 0 101011 110110 111 1100 1001110 1000100

Color Harmonies of #ED866C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED866C

Black with #ED866C

Text Example


Text Example

White with #ED866C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED866C; }

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

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

background-color css

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

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

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

border-color css

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

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

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