Html Css Color HEX #ED886B Salmon

📋 copy color: '#ED886B'

red 237 ◦ green 136 ◦ blue 107

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

Shades of Salmon #ED886B

Tints of Salmon #ED886B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.33%

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

R = 49.38%
G = 28.33%
B = 22.29%

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

#ED886B (or 0xED886B) is known color: Salmon. HEX triplet: ED, 88 and 6B. RGB value is (237,136,107). Sum of RGB (Red+Green+Blue) = 237+136+107=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 136 (53.52% from 255 or 28.33% from 480); Blue value is 107 (42.19% from 255 or 22.29% from 480); Max value from RGB is 237 - color contains mainly: red. Hex color #ED886B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED886B is #127794. Grayscale: #A3A3A3. Windows color (decimal): -1210261 or 7047405. OLE color: 7047405.

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

Color convert

RGB 237 136 107 -
CMYK 0 0.43 0.55 0.07
HSL 13.38º 0.78% 0.67% -
HSV(B) 13.38º 0.55% 0.93% -
XYZ 46.38 36.67 18.54 -
YUV 162.89 96.46 180.86 -
System Red Green Blue C M Y K H S L
Decimal 237 136 107 0 0.43 0.55 0.07 13.38 0.78 0.67
Hex ED 88 6B 0 2B 37 7 D 4E 43
Octal 355 210 153 0 53 67 7 15 116 103
Binary 11101101 10001000 1101011 0 101011 110111 111 1101 1001110 1000011

Color Harmonies of #ED886B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED886B

Black with #ED886B

Text Example


Text Example

White with #ED886B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED886B; }

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

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

background-color css

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

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

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

border-color css

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

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

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