Html Css Color HEX #ED9483 Dark Salmon

📋 copy color: '#ED9483'

red 237 ◦ green 148 ◦ blue 131

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

Shades of Dark Salmon #ED9483

Tints of Dark Salmon #ED9483

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.68%

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

R = 45.93%
G = 28.68%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#ED9483 (or 0xED9483) is known color: Dark Salmon. HEX triplet: ED, 94 and 83. RGB value is (237,148,131). Sum of RGB (Red+Green+Blue) = 237+148+131=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 148 (58.20% from 255 or 28.68% from 516); Blue value is 131 (51.56% from 255 or 25.39% from 516); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9483 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9483 is #126B7C. Grayscale: #ACACAC. Windows color (decimal): -1207165 or 8623341. OLE color: 8623341.

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

Color convert

RGB 237 148 131 -
CMYK 0 0.38 0.45 0.07
HSL 9.62º 0.75% 0.72% -
HSV(B) 9.62º 0.45% 0.93% -
XYZ 49.61 40.82 26.74 -
YUV 172.67 104.49 173.88 -
System Red Green Blue C M Y K H S L
Decimal 237 148 131 0 0.38 0.45 0.07 9.62 0.75 0.72
Hex ED 94 83 0 26 2D 7 A 4B 48
Octal 355 224 203 0 46 55 7 12 113 110
Binary 11101101 10010100 10000011 0 100110 101101 111 1010 1001011 1001000

Color Harmonies of #ED9483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9483

Black with #ED9483

Text Example


Text Example

White with #ED9483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9483; }

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

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

background-color css

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

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

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

border-color css

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

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

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