Html Css Color HEX #ED907B Dark Salmon

📋 copy color: '#ED907B'

red 237 ◦ green 144 ◦ blue 123

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

Shades of Dark Salmon #ED907B

Tints of Dark Salmon #ED907B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 24.4%

R = 47.02%
G = 28.57%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#ED907B (or 0xED907B) is known color: Dark Salmon. HEX triplet: ED, 90 and 7B. RGB value is (237,144,123). Sum of RGB (Red+Green+Blue) = 237+144+123=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 144 (56.64% from 255 or 28.57% from 504); Blue value is 123 (48.44% from 255 or 24.40% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #ED907B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED907B is #126F84. Grayscale: #A9A9A9. Windows color (decimal): -1208197 or 8098029. OLE color: 8098029.

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

Color convert

RGB 237 144 123 -
CMYK 0 0.39 0.48 0.07
HSL 11.05º 0.76% 0.71% -
HSV(B) 11.05º 0.48% 0.93% -
XYZ 48.47 39.38 23.79 -
YUV 169.41 101.81 176.21 -
System Red Green Blue C M Y K H S L
Decimal 237 144 123 0 0.39 0.48 0.07 11.05 0.76 0.71
Hex ED 90 7B 0 27 30 7 B 4C 47
Octal 355 220 173 0 47 60 7 13 114 107
Binary 11101101 10010000 1111011 0 100111 110000 111 1011 1001100 1000111

Color Harmonies of #ED907B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED907B

Black with #ED907B

Text Example


Text Example

White with #ED907B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED907B; }

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

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

background-color css

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

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

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

border-color css

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

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

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