Html Css Color HEX #ED946C Dark Salmon

📋 copy color: '#ED946C'

red 237 ◦ green 148 ◦ blue 108

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

Shades of Dark Salmon #ED946C

Tints of Dark Salmon #ED946C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 21.91%

R = 48.07%
G = 30.02%
B = 21.91%

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

#ED946C (or 0xED946C) is known color: Dark Salmon. HEX triplet: ED, 94 and 6C. RGB value is (237,148,108). Sum of RGB (Red+Green+Blue) = 237+148+108=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 148 (58.20% from 255 or 30.02% from 493); Blue value is 108 (42.58% from 255 or 21.91% from 493); Max value from RGB is 237 - color contains mainly: red. Hex color #ED946C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED946C is #126B93. Grayscale: #AAAAAA. Windows color (decimal): -1207188 or 7116013. OLE color: 7116013.

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

Color convert

RGB 237 148 108 -
CMYK 0 0.38 0.54 0.07
HSL 18.6º 0.78% 0.68% -
HSV(B) 18.6º 0.54% 0.93% -
XYZ 48.22 40.27 19.42 -
YUV 170.05 92.99 175.75 -
System Red Green Blue C M Y K H S L
Decimal 237 148 108 0 0.38 0.54 0.07 18.6 0.78 0.68
Hex ED 94 6C 0 26 36 7 13 4E 44
Octal 355 224 154 0 46 66 7 23 116 104
Binary 11101101 10010100 1101100 0 100110 110110 111 10011 1001110 1000100

Color Harmonies of #ED946C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED946C

Black with #ED946C

Text Example


Text Example

White with #ED946C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED946C; }

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

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

background-color css

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

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

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

border-color css

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

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

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