Html Css Color HEX #ED947A Dark Salmon

📋 copy color: '#ED947A'

red 237 ◦ green 148 ◦ blue 122

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

Shades of Dark Salmon #ED947A

Tints of Dark Salmon #ED947A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.06%

R = 46.75%
G = 29.19%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#ED947A (or 0xED947A) is known color: Dark Salmon. HEX triplet: ED, 94 and 7A. RGB value is (237,148,122). Sum of RGB (Red+Green+Blue) = 237+148+122=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 148 (58.20% from 255 or 29.19% from 507); Blue value is 122 (48.05% from 255 or 24.06% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #ED947A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED947A is #126B85. Grayscale: #ABABAB. Windows color (decimal): -1207174 or 8033517. OLE color: 8033517.

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

Color convert

RGB 237 148 122 -
CMYK 0 0.38 0.49 0.07
HSL 13.57º 0.76% 0.7% -
HSV(B) 13.57º 0.49% 0.93% -
XYZ 49.03 40.59 23.66 -
YUV 171.65 99.99 174.61 -
System Red Green Blue C M Y K H S L
Decimal 237 148 122 0 0.38 0.49 0.07 13.57 0.76 0.7
Hex ED 94 7A 0 26 31 7 E 4C 46
Octal 355 224 172 0 46 61 7 16 114 106
Binary 11101101 10010100 1111010 0 100110 110001 111 1110 1001100 1000110

Color Harmonies of #ED947A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED947A

Black with #ED947A

Text Example


Text Example

White with #ED947A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED947A; }

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

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

background-color css

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

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

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

border-color css

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

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

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