Html Css Color HEX #ED9683 Dark Salmon

📋 copy color: '#ED9683'

red 237 ◦ green 150 ◦ blue 131

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

Shades of Dark Salmon #ED9683

Tints of Dark Salmon #ED9683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 25.29%

R = 45.75%
G = 28.96%
B = 25.29%

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

#ED9683 (or 0xED9683) is known color: Dark Salmon. HEX triplet: ED, 96 and 83. RGB value is (237,150,131). Sum of RGB (Red+Green+Blue) = 237+150+131=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 150 (58.98% from 255 or 28.96% from 518); Blue value is 131 (51.56% from 255 or 25.29% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9683 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9683 is #12697C. Grayscale: #AEAEAE. Windows color (decimal): -1206653 or 8623853. OLE color: 8623853.

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

Color convert

RGB 237 150 131 -
CMYK 0 0.37 0.45 0.07
HSL 10.75º 0.75% 0.72% -
HSV(B) 10.75º 0.45% 0.93% -
XYZ 49.93 41.46 26.84 -
YUV 173.85 103.82 173.04 -
System Red Green Blue C M Y K H S L
Decimal 237 150 131 0 0.37 0.45 0.07 10.75 0.75 0.72
Hex ED 96 83 0 25 2D 7 B 4B 48
Octal 355 226 203 0 45 55 7 13 113 110
Binary 11101101 10010110 10000011 0 100101 101101 111 1011 1001011 1001000

Color Harmonies of #ED9683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9683

Black with #ED9683

Text Example


Text Example

White with #ED9683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9683; }

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

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

background-color css

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

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

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

border-color css

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

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

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