Html Css Color HEX #ED917B Dark Salmon

📋 copy color: '#ED917B'

red 237 ◦ green 145 ◦ blue 123

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

Shades of Dark Salmon #ED917B

Tints of Dark Salmon #ED917B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.71%

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

R = 46.93%
G = 28.71%
B = 24.36%

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

#ED917B (or 0xED917B) is known color: Dark Salmon. HEX triplet: ED, 91 and 7B. RGB value is (237,145,123). Sum of RGB (Red+Green+Blue) = 237+145+123=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 145 (57.03% from 255 or 28.71% from 505); Blue value is 123 (48.44% from 255 or 24.36% from 505); Max value from RGB is 237 - color contains mainly: red. Hex color #ED917B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED917B is #126E84. Grayscale: #AAAAAA. Windows color (decimal): -1207941 or 8098285. OLE color: 8098285.

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

Color convert

RGB 237 145 123 -
CMYK 0 0.39 0.48 0.07
HSL 11.58º 0.76% 0.71% -
HSV(B) 11.58º 0.48% 0.93% -
XYZ 48.63 39.69 23.84 -
YUV 170 101.48 175.79 -
System Red Green Blue C M Y K H S L
Decimal 237 145 123 0 0.39 0.48 0.07 11.58 0.76 0.71
Hex ED 91 7B 0 27 30 7 C 4C 47
Octal 355 221 173 0 47 60 7 14 114 107
Binary 11101101 10010001 1111011 0 100111 110000 111 1100 1001100 1000111

Color Harmonies of #ED917B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED917B

Black with #ED917B

Text Example


Text Example

White with #ED917B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED917B; }

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

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

background-color css

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

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

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

border-color css

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

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

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