Html Css Color HEX #ED886D Salmon

📋 copy color: '#ED886D'

red 237 ◦ green 136 ◦ blue 109

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

Shades of Salmon #ED886D

Tints of Salmon #ED886D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.61%

R = 49.17%
G = 28.22%
B = 22.61%

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

#ED886D (or 0xED886D) is known color: Salmon. HEX triplet: ED, 88 and 6D. RGB value is (237,136,109). Sum of RGB (Red+Green+Blue) = 237+136+109=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 136 (53.52% from 255 or 28.22% from 482); Blue value is 109 (42.97% from 255 or 22.61% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #ED886D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED886D is #127792. Grayscale: #A3A3A3. Windows color (decimal): -1210259 or 7178477. OLE color: 7178477.

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

Color convert

RGB 237 136 109 -
CMYK 0 0.43 0.54 0.07
HSL 12.66º 0.78% 0.68% -
HSV(B) 12.66º 0.54% 0.93% -
XYZ 46.49 36.72 19.1 -
YUV 163.12 97.46 180.7 -
System Red Green Blue C M Y K H S L
Decimal 237 136 109 0 0.43 0.54 0.07 12.66 0.78 0.68
Hex ED 88 6D 0 2B 36 7 D 4E 44
Octal 355 210 155 0 53 66 7 15 116 104
Binary 11101101 10001000 1101101 0 101011 110110 111 1101 1001110 1000100

Color Harmonies of #ED886D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED886D

Black with #ED886D

Text Example


Text Example

White with #ED886D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED886D; }

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

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

background-color css

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

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

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

border-color css

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

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

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