Html Css Color HEX #ED9682 Dark Salmon

📋 copy color: '#ED9682'

red 237 ◦ green 150 ◦ blue 130

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

Shades of Dark Salmon #ED9682

Tints of Dark Salmon #ED9682

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.01%

 BLUE value IS 130 (51.17% from 255) = 25.15%

R = 45.84%
G = 29.01%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#ED9682 (or 0xED9682) is known color: Dark Salmon. HEX triplet: ED, 96 and 82. RGB value is (237,150,130). Sum of RGB (Red+Green+Blue) = 237+150+130=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 150 (58.98% from 255 or 29.01% from 517); Blue value is 130 (51.17% from 255 or 25.15% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9682 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9682 is #12697D. Grayscale: #ADADAD. Windows color (decimal): -1206654 or 8558317. OLE color: 8558317.

HSL color Cylindrical-coordinate representation of color #ED9682: hue angle of 11.21º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ED9682 is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 150 130 -
CMYK 0 0.37 0.45 0.07
HSL 11.21º 0.75% 0.72% -
HSV(B) 11.21º 0.45% 0.93% -
XYZ 49.86 41.43 26.49 -
YUV 173.73 103.32 173.13 -
System Red Green Blue C M Y K H S L
Decimal 237 150 130 0 0.37 0.45 0.07 11.21 0.75 0.72
Hex ED 96 82 0 25 2D 7 B 4B 48
Octal 355 226 202 0 45 55 7 13 113 110
Binary 11101101 10010110 10000010 0 100101 101101 111 1011 1001011 1001000

Color Harmonies of #ED9682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9682

Black with #ED9682

Text Example


Text Example

White with #ED9682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9682; }

 p { color: rgb(237,150,130); }

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

background-color css

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

 a { background-color: rgb(237,150,130); }

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

border-color css

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

 span { border-color: rgb(237,150,130); }

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