Html Css Color HEX #ED9175 Dark Salmon

📋 copy color: '#ED9175'

red 237 ◦ green 145 ◦ blue 117

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

Shades of Dark Salmon #ED9175

Tints of Dark Salmon #ED9175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.45%

R = 47.49%
G = 29.06%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#ED9175 (or 0xED9175) is known color: Dark Salmon. HEX triplet: ED, 91 and 75. RGB value is (237,145,117). Sum of RGB (Red+Green+Blue) = 237+145+117=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 145 (57.03% from 255 or 29.06% from 499); Blue value is 117 (46.09% from 255 or 23.45% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9175 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9175 is #126E8A. Grayscale: #A9A9A9. Windows color (decimal): -1207947 or 7705069. OLE color: 7705069.

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

Color convert

RGB 237 145 117 -
CMYK 0 0.39 0.51 0.07
HSL 14º 0.77% 0.69% -
HSV(B) 14º 0.51% 0.93% -
XYZ 48.26 39.54 21.92 -
YUV 169.32 98.48 176.28 -
System Red Green Blue C M Y K H S L
Decimal 237 145 117 0 0.39 0.51 0.07 14 0.77 0.69
Hex ED 91 75 0 27 33 7 E 4D 45
Octal 355 221 165 0 47 63 7 16 115 105
Binary 11101101 10010001 1110101 0 100111 110011 111 1110 1001101 1000101

Color Harmonies of #ED9175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9175

Black with #ED9175

Text Example


Text Example

White with #ED9175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9175; }

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

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

background-color css

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

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

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

border-color css

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

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

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