Html Css Color HEX #ED927C Dark Salmon

📋 copy color: '#ED927C'

red 237 ◦ green 146 ◦ blue 124

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

Shades of Dark Salmon #ED927C

Tints of Dark Salmon #ED927C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.8%

 BLUE value IS 124 (48.83% from 255) = 24.46%

R = 46.75%
G = 28.8%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#ED927C (or 0xED927C) is known color: Dark Salmon. HEX triplet: ED, 92 and 7C. RGB value is (237,146,124). Sum of RGB (Red+Green+Blue) = 237+146+124=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 146 (57.42% from 255 or 28.80% from 507); Blue value is 124 (48.83% from 255 or 24.46% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #ED927C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED927C is #126D83. Grayscale: #AAAAAA. Windows color (decimal): -1207684 or 8164077. OLE color: 8164077.

HSL color Cylindrical-coordinate representation of color #ED927C: hue angle of 11.68º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ED927C is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 146 124 -
CMYK 0 0.38 0.48 0.07
HSL 11.68º 0.76% 0.71% -
HSV(B) 11.68º 0.48% 0.93% -
XYZ 48.84 40.02 24.22 -
YUV 170.7 101.65 175.29 -
System Red Green Blue C M Y K H S L
Decimal 237 146 124 0 0.38 0.48 0.07 11.68 0.76 0.71
Hex ED 92 7C 0 26 30 7 C 4C 47
Octal 355 222 174 0 46 60 7 14 114 107
Binary 11101101 10010010 1111100 0 100110 110000 111 1100 1001100 1000111

Color Harmonies of #ED927C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED927C

Black with #ED927C

Text Example


Text Example

White with #ED927C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED927C; }

 p { color: rgb(237,146,124); }

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

background-color css

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

 a { background-color: rgb(237,146,124); }

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

border-color css

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

 span { border-color: rgb(237,146,124); }

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