Html Css Color HEX #ED876B Salmon

📋 copy color: '#ED876B'

red 237 ◦ green 135 ◦ blue 107

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

Shades of Salmon #ED876B

Tints of Salmon #ED876B

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.18%

 BLUE value IS 107 (42.19% from 255) = 22.34%

R = 49.48%
G = 28.18%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#ED876B (or 0xED876B) is known color: Salmon. HEX triplet: ED, 87 and 6B. RGB value is (237,135,107). Sum of RGB (Red+Green+Blue) = 237+135+107=479 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.48% from 479); Green value is 135 (53.12% from 255 or 28.18% from 479); Blue value is 107 (42.19% from 255 or 22.34% from 479); Max value from RGB is 237 - color contains mainly: red. Hex color #ED876B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED876B is #127894. Grayscale: #A2A2A2. Windows color (decimal): -1210517 or 7047149. OLE color: 7047149.

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

Color convert

RGB 237 135 107 -
CMYK 0 0.43 0.55 0.07
HSL 12.92º 0.78% 0.67% -
HSV(B) 12.92º 0.55% 0.93% -
XYZ 46.24 36.39 18.5 -
YUV 162.31 96.79 181.28 -
System Red Green Blue C M Y K H S L
Decimal 237 135 107 0 0.43 0.55 0.07 12.92 0.78 0.67
Hex ED 87 6B 0 2B 37 7 D 4E 43
Octal 355 207 153 0 53 67 7 15 116 103
Binary 11101101 10000111 1101011 0 101011 110111 111 1101 1001110 1000011

Color Harmonies of #ED876B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED876B

Black with #ED876B

Text Example


Text Example

White with #ED876B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED876B; }

 p { color: rgb(237,135,107); }

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

background-color css

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

 a { background-color: rgb(237,135,107); }

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

border-color css

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

 span { border-color: rgb(237,135,107); }

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