Html Css Color HEX #ED907D Dark Salmon

📋 copy color: '#ED907D'

red 237 ◦ green 144 ◦ blue 125

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

Shades of Dark Salmon #ED907D

Tints of Dark Salmon #ED907D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.46%

 BLUE value IS 125 (49.22% from 255) = 24.7%

R = 46.84%
G = 28.46%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#ED907D (or 0xED907D) is known color: Dark Salmon. HEX triplet: ED, 90 and 7D. RGB value is (237,144,125). Sum of RGB (Red+Green+Blue) = 237+144+125=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 144 (56.64% from 255 or 28.46% from 506); Blue value is 125 (49.22% from 255 or 24.70% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #ED907D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED907D is #126F82. Grayscale: #A9A9A9. Windows color (decimal): -1208195 or 8229101. OLE color: 8229101.

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

Color convert

RGB 237 144 125 -
CMYK 0 0.39 0.47 0.07
HSL 10.18º 0.76% 0.71% -
HSV(B) 10.18º 0.47% 0.93% -
XYZ 48.6 39.43 24.45 -
YUV 169.64 102.81 176.04 -
System Red Green Blue C M Y K H S L
Decimal 237 144 125 0 0.39 0.47 0.07 10.18 0.76 0.71
Hex ED 90 7D 0 27 2F 7 A 4C 47
Octal 355 220 175 0 47 57 7 12 114 107
Binary 11101101 10010000 1111101 0 100111 101111 111 1010 1001100 1000111

Color Harmonies of #ED907D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED907D

Black with #ED907D

Text Example


Text Example

White with #ED907D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED907D; }

 p { color: rgb(237,144,125); }

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

background-color css

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

 a { background-color: rgb(237,144,125); }

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

border-color css

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

 span { border-color: rgb(237,144,125); }

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