Html Css Color HEX #ED9C7E Dark Salmon

📋 copy color: '#ED9C7E'

red 237 ◦ green 156 ◦ blue 126

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

Shades of Dark Salmon #ED9C7E

Tints of Dark Salmon #ED9C7E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.06%

 BLUE value IS 126 (49.61% from 255) = 24.28%

R = 45.66%
G = 30.06%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#ED9C7E (or 0xED9C7E) is known color: Dark Salmon. HEX triplet: ED, 9C and 7E. RGB value is (237,156,126). Sum of RGB (Red+Green+Blue) = 237+156+126=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 156 (61.33% from 255 or 30.06% from 519); Blue value is 126 (49.61% from 255 or 24.28% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9C7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9C7E is #126381. Grayscale: #B1B1B1. Windows color (decimal): -1205122 or 8297709. OLE color: 8297709.

HSL color Cylindrical-coordinate representation of color #ED9C7E: hue angle of 16.22º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ED9C7E is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 156 126 -
CMYK 0 0.34 0.47 0.07
HSL 16.22º 0.76% 0.71% -
HSV(B) 16.22º 0.47% 0.93% -
XYZ 50.58 43.29 25.43 -
YUV 176.8 99.34 170.94 -
System Red Green Blue C M Y K H S L
Decimal 237 156 126 0 0.34 0.47 0.07 16.22 0.76 0.71
Hex ED 9C 7E 0 22 2F 7 10 4C 47
Octal 355 234 176 0 42 57 7 20 114 107
Binary 11101101 10011100 1111110 0 100010 101111 111 10000 1001100 1000111

Color Harmonies of #ED9C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9C7E

Black with #ED9C7E

Text Example


Text Example

White with #ED9C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9C7E; }

 p { color: rgb(237,156,126); }

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

background-color css

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

 a { background-color: rgb(237,156,126); }

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

border-color css

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

 span { border-color: rgb(237,156,126); }

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