Html Css Color HEX #ED946D Dark Salmon

📋 copy color: '#ED946D'

red 237 ◦ green 148 ◦ blue 109

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

Shades of Dark Salmon #ED946D

Tints of Dark Salmon #ED946D

RGB

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

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

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

R = 47.98%
G = 29.96%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#ED946D (or 0xED946D) is known color: Dark Salmon. HEX triplet: ED, 94 and 6D. RGB value is (237,148,109). Sum of RGB (Red+Green+Blue) = 237+148+109=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 148 (58.20% from 255 or 29.96% from 494); Blue value is 109 (42.97% from 255 or 22.06% from 494); Max value from RGB is 237 - color contains mainly: red. Hex color #ED946D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED946D is #126B92. Grayscale: #AAAAAA. Windows color (decimal): -1207187 or 7181549. OLE color: 7181549.

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

Color convert

RGB 237 148 109 -
CMYK 0 0.38 0.54 0.07
HSL 18.28º 0.78% 0.68% -
HSV(B) 18.28º 0.54% 0.93% -
XYZ 48.28 40.29 19.7 -
YUV 170.17 93.49 175.67 -
System Red Green Blue C M Y K H S L
Decimal 237 148 109 0 0.38 0.54 0.07 18.28 0.78 0.68
Hex ED 94 6D 0 26 36 7 12 4E 44
Octal 355 224 155 0 46 66 7 22 116 104
Binary 11101101 10010100 1101101 0 100110 110110 111 10010 1001110 1000100

Color Harmonies of #ED946D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED946D

Black with #ED946D

Text Example


Text Example

White with #ED946D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED946D; }

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

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

background-color css

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

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

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

border-color css

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

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

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