Html Css Color HEX #ED9372 Dark Salmon

📋 copy color: '#ED9372'

red 237 ◦ green 147 ◦ blue 114

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

Shades of Dark Salmon #ED9372

Tints of Dark Salmon #ED9372

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.52%

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

R = 47.59%
G = 29.52%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#ED9372 (or 0xED9372) is known color: Dark Salmon. HEX triplet: ED, 93 and 72. RGB value is (237,147,114). Sum of RGB (Red+Green+Blue) = 237+147+114=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 147 (57.81% from 255 or 29.52% from 498); Blue value is 114 (44.92% from 255 or 22.89% from 498); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9372 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9372 is #126C8D. Grayscale: #AAAAAA. Windows color (decimal): -1207438 or 7508973. OLE color: 7508973.

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

Color convert

RGB 237 147 114 -
CMYK 0 0.38 0.52 0.07
HSL 16.1º 0.77% 0.69% -
HSV(B) 16.1º 0.52% 0.93% -
XYZ 48.4 40.09 21.11 -
YUV 170.15 96.32 175.68 -
System Red Green Blue C M Y K H S L
Decimal 237 147 114 0 0.38 0.52 0.07 16.1 0.77 0.69
Hex ED 93 72 0 26 34 7 10 4D 45
Octal 355 223 162 0 46 64 7 20 115 105
Binary 11101101 10010011 1110010 0 100110 110100 111 10000 1001101 1000101

Color Harmonies of #ED9372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9372

Black with #ED9372

Text Example


Text Example

White with #ED9372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9372; }

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

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

background-color css

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

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

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

border-color css

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

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

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