Html Css Color HEX #ED9172 Dark Salmon

📋 copy color: '#ED9172'

red 237 ◦ green 145 ◦ blue 114

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

Shades of Dark Salmon #ED9172

Tints of Dark Salmon #ED9172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.98%

R = 47.78%
G = 29.23%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#ED9172 (or 0xED9172) is known color: Dark Salmon. HEX triplet: ED, 91 and 72. RGB value is (237,145,114). Sum of RGB (Red+Green+Blue) = 237+145+114=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 145 (57.03% from 255 or 29.23% from 496); Blue value is 114 (44.92% from 255 or 22.98% from 496); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9172 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9172 is #126E8D. Grayscale: #A9A9A9. Windows color (decimal): -1207950 or 7508461. OLE color: 7508461.

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

Color convert

RGB 237 145 114 -
CMYK 0 0.39 0.52 0.07
HSL 15.12º 0.77% 0.69% -
HSV(B) 15.12º 0.52% 0.93% -
XYZ 48.09 39.47 21 -
YUV 168.97 96.98 176.52 -
System Red Green Blue C M Y K H S L
Decimal 237 145 114 0 0.39 0.52 0.07 15.12 0.77 0.69
Hex ED 91 72 0 27 34 7 F 4D 45
Octal 355 221 162 0 47 64 7 17 115 105
Binary 11101101 10010001 1110010 0 100111 110100 111 1111 1001101 1000101

Color Harmonies of #ED9172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9172

Black with #ED9172

Text Example


Text Example

White with #ED9172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9172; }

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

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

background-color css

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

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

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

border-color css

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

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

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